Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Ref8U Class / rwLast Property


In This Topic
    rwLast Property (Ref8U)
    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