ExcelGetDisplayElements Method
In This Topic
Gets the display elements for exporting to Excel BIFF file.
Syntax
'Declaration
Function ExcelGetDisplayElements( _
ByVal As Short, _
ByRef As Boolean, _
ByRef As Boolean, _
ByRef As Boolean, _
ByRef As Boolean, _
ByRef rightToLeftColumns As Boolean _
) As Boolean
'Usage
Dim instance As IExcelBiffWrite
Dim sheet As Short
Dim dispFormula As Boolean
Dim dispZeros As Boolean
Dim dispGrid As Boolean
Dim dispRowColHdr As Boolean
Dim rightToLeftColumns As Boolean
Dim value As Boolean
value = instance.ExcelGetDisplayElements(sheet, dispFormula, dispZeros, dispGrid, dispRowColHdr, rightToLeftColumns)
bool ExcelGetDisplayElements(
short ,
ref bool ,
ref bool ,
ref bool ,
ref bool ,
ref bool rightToLeftColumns
)
Parameters
- sheet
- Sheet index
- dispFormula
- Whether to display the formulas
- dispZeros
- Whether to display the zeros
- dispGrid
- Whether to display the grid
- dispRowColHdr
- Whether to display the headers
- rightToLeftColumns
- Whether to display columns right to left
See Also