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


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