Shows the page setup dialog with the specified buttons for the specified sheet.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FpSpread
Dim sheet As SheetView
Dim showPrintButton As Boolean
Dim showPreviewButton As Boolean
Dim value As DialogResult
value = instance.ShowPageSetup(sheet, showPrintButton, showPreviewButton) |
Parameters
- sheet
- Sheet
- showPrintButton
- Whether to display the Print button
- showPreviewButton
- Whether to display the Print Preview button
Requirements
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
See Also