Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CRN Class / colFirst Property


In This Topic
    colFirst Property (CRN)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property colFirst As Byte
    'Usage
     
    
    Dim instance As CRN
    Dim value As Byte
     
    instance.colFirst = value
     
    value = instance.colFirst
    public byte colFirst {get; set;}
    See Also