Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Printing Namespace / PrintSettings Class / IncludeHiddenSheets Property


In This Topic
    IncludeHiddenSheets Property
    In This Topic
    Gets or sets a value indicating whether the hidden worksheet is printed.
    Syntax
    'Declaration
     
    Public Property IncludeHiddenSheets As Boolean
    'Usage
     
    Dim instance As PrintSettings
    Dim value As Boolean
     
    instance.IncludeHiddenSheets = value
     
    value = instance.IncludeHiddenSheets
    public bool IncludeHiddenSheets {get; set;}
    See Also