Skip to main content

TdxSpreadSheetOptionsView.PrintAreaColor Property

Specifies the color of the custom print area’s border.

Declaration

property PrintAreaColor: TColor read; write; default clDefault;

Property Value

Type Default
TColor clDefault

Remarks

The active worksheet displays the dashed border outlining its custom print area only if the PrintAreas property is set to True. You can use the PrintAreaColor property to change the default color of the print area’s outline.

Note

By default, the control uses the same color determined by the look & feel settings to display both the print area outlines and cell content.

The default PrintAreaColor property value is clDefault.

See Also