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


In This Topic
    colFirst Property (Ref8U)
    In This Topic
    A ColU that specifies the zero-based index of the first column in the range. The value MUST be less than or equal to colLast, and MUST be less than or equal to 0x00FF.
    Syntax
    'Declaration
     
    
    Public Property colFirst As Short
    'Usage
     
    
    Dim instance As Ref8U
    Dim value As Short
     
    instance.colFirst = value
     
    value = instance.colFirst
    public short colFirst {get; set;}
    See Also