Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetViewSynchronizer Class / GetShowElements Method
GrapeCity Spread
Index of the sheet
ct sheetview


In This Topic
GetShowElements Method
In This Topic
Gets the show elements.
Syntax
'Declaration
 
Public Shared Sub GetShowElements( _
   ByVal spread As IExcelWrite, _
   ByVal sheetIndex As Short, _
   ByVal ctSheetview As CT_SheetView _
) 
 
'Usage
 
Dim spread As IExcelWrite
Dim sheetIndex As Short
Dim ctSheetview As CT_SheetView
 
SheetViewSynchronizer.GetShowElements(spread, sheetIndex, ctSheetview)

Parameters

spread
GrapeCity Spread
sheetIndex
Index of the sheet
ctSheetview
ct sheetview
See Also