TdxSpreadSheetStyles.GetSelectionStyle Method
Returns the custom styles settings applied to the cell selection rectangles displayed in Table View worksheets.
Declaration
function GetSelectionStyle: TcxViewParams;
Returns
Type |
---|
TcxViewParams |
Remarks
The GetSelectionStyle function supports the internal infrastructure and is not intended to be used directly from your code.
You can call this function to obtain the settings (including those that have no effect in this case) of the custom style assigned to both the selector rectangle and cell selection highlights.
Note
In order to apply custom TcxStyle settings to the cell selection areas, use the Selection property instead.
See Also