Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetTabs Method
Whether to display tabs
Index of tab cursor is over
Index of first tab
Index of selected tab
Tab ratio


In This Topic
    ExcelGetTabs Method
    In This Topic
    Gets the tabs for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetTabs( _
       ByRef dispTabs As Boolean, _
       ByRef tabCur As Integer, _
       ByRef tabFirst As Integer, _
       ByRef tabSel As Integer, _
       ByRef tabRatio As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffWrite
    Dim dispTabs As Boolean
    Dim tabCur As Integer
    Dim tabFirst As Integer
    Dim tabSel As Integer
    Dim tabRatio As Integer
    Dim value As Boolean
     
    value = instance.ExcelGetTabs(dispTabs, tabCur, tabFirst, tabSel, tabRatio)
    bool ExcelGetTabs( 
       ref bool dispTabs,
       ref int tabCur,
       ref int tabFirst,
       ref int tabSel,
       ref int tabRatio
    )

    Parameters

    dispTabs
    Whether to display tabs
    tabCur
    Index of tab cursor is over
    tabFirst
    Index of first tab
    tabSel
    Index of selected tab
    tabRatio
    Tab ratio
    See Also