In This Topic
A RwU that specifies the zero-based index of the first row in the range. The value MUST be less than or equal to rwLast.
Syntax
'Declaration
Public Property rwFirst As Short
'Usage
Dim instance As Ref8U
Dim value As Short
instance.rwFirst = value
value = instance.rwFirst
public short rwFirst {get; set;}
See Also