Skip to main content

TdxSpreadSheetTableViewOptionsPrintPrinting.BlackAndWhite Property

Specifies if a Table View worksheet’s content is printed in black and white.

Declaration

property BlackAndWhite: TdxDefaultBoolean read; write; default bDefault;

Property Value

Type Default
TdxDefaultBoolean bDefault

Remarks

Set this property to bTrue to enable black and white print mode for a worksheet. If the BlackAndWhite property is set to bFalse, chromatic printing is explicitly enabled and used if the selected printing device supports it. The bDefault value corresponds to the default black and white print mode state of the XLSX and XLTX file formats.

You can use the ActualBlackAndWhite property to identify if black and white print mode is active.

The default BlackAndWhite property value is bDefault.

See Also