Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetViewSynchronizer Class / GetPageSetup Method
GrapeCity Spread
Index of the sheet
Worksheet


In This Topic
GetPageSetup Method
In This Topic
Gets the page setup.
Syntax
'Declaration
 
Public Shared Sub GetPageSetup( _
   ByVal spread As IExcelWrite, _
   ByVal sheetIndex As Short, _
   ByVal ctWorksheet As CT_Worksheet _
) 
 
'Usage
 
Dim spread As IExcelWrite
Dim sheetIndex As Short
Dim ctWorksheet As CT_Worksheet
 
SheetViewSynchronizer.GetPageSetup(spread, sheetIndex, ctWorksheet)

Parameters

spread
GrapeCity Spread
sheetIndex
Index of the sheet
ctWorksheet
Worksheet
See Also