ExcelSetDisplayElements Method
In This Topic
WINDOW2 - Excel Biff Record (element display values)
Syntax
'Declaration
Function ExcelSetDisplayElements( _
ByVal As Short, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal rightToLeftColumns As Boolean _
) As Boolean
'Usage
Dim instance As IExcelBiffRead
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.ExcelSetDisplayElements(sheet, dispFormula, dispZeros, dispGrid, dispRowColHdr, rightToLeftColumns)
Parameters
- sheet
- Sheet index
- dispFormula
- dispZeros
- dispGrid
- dispRowColHdr
- rightToLeftColumns
See Also