'Declaration
Public Overloads Function ShowPageSetup( _ ByVal sheet As Integer, _ ByVal showPrintButton As Boolean, _ ByVal showPreviewButton As Boolean _ ) As DialogResult
'Usage
Dim instance As FpSpread Dim sheet As Integer Dim showPrintButton As Boolean Dim showPreviewButton As Boolean Dim value As DialogResult value = instance.ShowPageSetup(sheet, showPrintButton, showPreviewButton)
public DialogResult ShowPageSetup( int sheet, bool showPrintButton, bool showPreviewButton )
Parameters
- sheet
- Sheet index
- showPrintButton
- Whether to display the Print button
- showPreviewButton
- Whether to display the Print Preview button