| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function ShowPageSetup( _ ByVal sheet As SheetView, _ ByVal showPrintButton As Boolean, _ ByVal showPreviewButton As Boolean _ ) As DialogResult | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DialogResult ShowPageSetup( SheetView sheet, bool showPrintButton, bool showPreviewButton ) | |
Parameters
- sheet
- Sheet
- showPrintButton
- Whether to display the Print button
- showPreviewButton
- Whether to display the Print Preview button