HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
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;