HotXLS Docs

BlackAndWhite property

True if the worksheet prints in black and white. Read/write Boolean.

Syntax

property BlackAndWhite: Boolean;

Example

This example enables black-and-white printing for sheet one.

Workbook.Worksheets[1].PageSetup.BlackAndWhite := True;