Skip to main content

TdxSpreadSheetStyles.Selection Property

Specifies the Styles settings for the cell selection rectangles in the active worksheet.

Declaration

property Selection: TcxStyle index ssvsSelection read; write;

Property Value

Type
TcxStyle

Remarks

Use this property to customize the color used to display cell selections. The Selection.Color property changes the color of both the cell selector rectangle and the selected area highlights in all Table View worksheets within the Spreadsheet control. The remaining properties within the Selection property set are ignored.

See Also