Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XTI Class / itabFirst Property


In This Topic
    itabFirst Property (XTI)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property itabFirst As Short
    'Usage
     
    
    Dim instance As XTI
    Dim value As Short
     
    instance.itabFirst = value
     
    value = instance.itabFirst
    public short itabFirst {get; set;}
    See Also