[]
Gets a value indicating whether print settings are included in this custom view.
bool PrintSettings { get; }
ReadOnly Property PrintSettings As Boolean
| Type | Description |
|---|---|
| bool | true if print settings are included in the custom view; otherwise, false. |
ICustomView customView = workbook.CustomViews.Add("PrintView", true, false);
bool includePrintSettings = customView.PrintSettings;