[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.Draft

Draft Property

Draft

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

When this property returns true, the worksheet is printed in draft mode.

Declaration
bool Draft { get; set; }
Property Draft As Boolean
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.Draft = true;
bool draft = pageSetup.Draft;