Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / RgceArea Class / rowFirst Property


In This Topic
    rowFirst Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property rowFirst As Short
    'Usage
     
    
    Dim instance As RgceArea
    Dim value As Short
     
    instance.rowFirst = value
     
    value = instance.rowFirst
    public short rowFirst {get; set;}
    See Also