'Declaration
Public Function New( _ ByVal spread As FpSpread, _ ByVal sheet As Integer, _ ByVal showPrintButton As Boolean, _ ByVal showPreviewButton As Boolean _ )
'Usage
Dim spread As FpSpread Dim sheet As Integer Dim showPrintButton As Boolean Dim showPreviewButton As Boolean Dim instance As New PageSetup(spread, sheet, showPrintButton, showPreviewButton)
public PageSetup( FpSpread spread, int sheet, bool showPrintButton, bool showPreviewButton )
Parameters
- spread
- FpSpread component
- sheet
- Sheet index
- showPrintButton
- Whether to show the print button
- showPreviewButton
- Whether to show the print preview button