Spread Silverlight Documentation
GetDisplayElements Method


GrapeCity.Excel Namespace > IExcelWriter Interface : GetDisplayElements Method
The zero based sheet index used to locate the IExcelWorksheet instance
A flag indicate whether the specified sheet should show formula
A flag indicate whether the specified sheet should show zero
A flag indicate whether the specified sheet should show gridline
A flag indicate whether the specified sheet should show row column header
A flag indicate whether the column of the specified sheet is right to left
Gets whether the specified sheet should show formula, show zeros, show gridlines, show row column headers, and whether its column is right to left.
Syntax
'Declaration
 
Sub GetDisplayElements( _
   ByVal sheet As System.Short, _
   ByRef showFormula As System.Boolean, _
   ByRef showZeros As System.Boolean, _
   ByRef showGridLine As System.Boolean, _
   ByRef showRowColumnHeader As System.Boolean, _
   ByRef rightToLeftColumns As System.Boolean _
) 
'Usage
 
Dim instance As IExcelWriter
Dim sheet As System.Short
Dim showFormula As System.Boolean
Dim showZeros As System.Boolean
Dim showGridLine As System.Boolean
Dim showRowColumnHeader As System.Boolean
Dim rightToLeftColumns As System.Boolean
 
instance.GetDisplayElements(sheet, showFormula, showZeros, showGridLine, showRowColumnHeader, rightToLeftColumns)
void GetDisplayElements( 
   System.short sheet,
   ref System.bool showFormula,
   ref System.bool showZeros,
   ref System.bool showGridLine,
   ref System.bool showRowColumnHeader,
   ref System.bool rightToLeftColumns
)

Parameters

sheet
The zero based sheet index used to locate the IExcelWorksheet instance
showFormula
A flag indicate whether the specified sheet should show formula
showZeros
A flag indicate whether the specified sheet should show zero
showGridLine
A flag indicate whether the specified sheet should show gridline
showRowColumnHeader
A flag indicate whether the specified sheet should show row column header
rightToLeftColumns
A flag indicate whether the column of the specified sheet is right to left
See Also

Reference

IExcelWriter Interface
IExcelWriter Members