'Declaration Public Property row As UShort
'Declaration
Public Property row As UShort
'Usage Dim instance As PtgTbl Dim value As UShort instance.row = value value = instance.row
'Usage
Dim instance As PtgTbl Dim value As UShort instance.row = value value = instance.row
public ushort row {get; set;}
PtgTbl Class PtgTbl Members