NativeExcel suite v1.x

Draft property

True if the sheet will be printed without graphics. Read/write Boolean.

Syntax

property Draft: boolean;

Example

This examples sets the sheet to be printed without graphics
Workbook.Worksheets[1].PageSetup.Draft := True;
Copyright © NikaSoft 2004-2012