Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XCT Class / itab Property


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