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