In This Topic
Gets the tabs for exporting to Excel BIFF file.
Syntax
'Declaration
Function ExcelGetTabs( _
ByRef As Boolean, _
ByRef As Integer, _
ByRef As Integer, _
ByRef As Integer, _
ByRef 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 ,
ref int ,
ref int ,
ref int ,
ref int
)
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