[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICustomView.PrintSettings

PrintSettings Property

PrintSettings

Gets a value indicating whether print settings are included in this custom view.

Declaration
bool PrintSettings { get; }
ReadOnly Property PrintSettings As Boolean
Property Value
Type Description
bool

true if print settings are included in the custom view; otherwise, false.

Examples
ICustomView customView = workbook.CustomViews.Add("PrintView", true, false);
bool includePrintSettings = customView.PrintSettings;