Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Dialogs Namespace / BuiltInDialogs Class / PageSetup Method
The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.
The default tab.
true to indicate the print mode (some settings cannot be changed); false all settings are available to customize.


In This Topic
    PageSetup Method
    In This Topic
    Show the page setup dialg to set page setup settings for SpreadSheet.
    Syntax
    'Declaration
     
    Public Shared Function PageSetup( _
       ByVal spread As GcSpreadSheet, _
       Optional ByVal ativeTab As PageSetupTab, _
       Optional ByVal isPrint As Boolean _
    ) As IDialog
    'Usage
     
    Dim spread As GcSpreadSheet
    Dim ativeTab As PageSetupTab
    Dim isPrint As Boolean
    Dim value As IDialog
     
    value = BuiltInDialogs.PageSetup(spread, ativeTab, isPrint)
    public static IDialog PageSetup( 
       GcSpreadSheet spread,
       PageSetupTab ativeTab,
       bool isPrint
    )

    Parameters

    spread
    The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.
    ativeTab
    The default tab.
    isPrint
    true to indicate the print mode (some settings cannot be changed); false all settings are available to customize.
    See Also