Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SupBookBiff8Structure Class / ctab Property


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