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


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