[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageSettings.Draft

Draft Property

Draft

Gets or sets whether the sheet will be printed without graphics.

When this property is true, the sheet is printed without graphics.

Declaration
public bool Draft { get; set; }
Public Property Draft As Boolean
Examples
PageSettings pageSettings = new PageSettings();
pageSettings.Draft = true;
bool draft = pageSettings.Draft;