Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / PageSetup Property


In This Topic
PageSetup Property
In This Topic
Gets the page setup of the worksheet.
Syntax
'Declaration
 
Public ReadOnly Property PageSetup As IPageSetup
 
'Usage
 
Dim instance As Worksheet
Dim value As IPageSetup
 
value = instance.PageSetup

Property Value

A GrapeCity.Spreadsheet.Printing.PageSetup object represents the page setup of the worksheet.
See Also