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


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