TdxSpreadSheetStyles.Background Property
Specifies the Styles settings for the background of the active worksheet.
Declaration
property Background: TcxStyle index ssvsBackground read; write;
Property Value
Type |
---|
TcxStyle |
Remarks
Use this property set to assign a custom color to the View‘s background. Only the Background.Color property within the Background property set affects the underlying surface of the View area, which can be seen beyond the right and bottom edges of the Table View‘s content area, i.e., to the right of the XFD column and below the 1048576th row:
Note
The color of the cell content is determined by the Content.Color property value. Refer to the Content property description for more details.
See Also