Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / RgceArea Class / rowLast Property


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