TdxSpreadSheetStyles.Content Property
Specifies the Styles settings for the cell content displayed within the active worksheet.
Declaration
property Content: TcxStyle index ssvsContent read; write;
Property Value
Type |
---|
TcxStyle |
Remarks
Use this property set to assign a custom default color to the cell content. The Content.TextColor and Content.Color properties specify the cell content (font) color and cell background color, respectively. These settings are applied to both initialized and uninitialized cells in all worksheets within the Spreadsheet Control. The remaining properties within the Content property set are ignored.
Note
If you use the Content property to change the default color scheme of the View content area, you may also need to customize the selection rectangle color to make it more pronounced. If you need to change the color of the control’s background outside the View‘s content area, use the Background property instead.