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


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