TdxSpreadSheetStyles.GetBackgroundStyle Method
Returns the custom Styles settings applied to the Table View worksheet’s background area.
Declaration
function GetBackgroundStyle: TcxViewParams;
Returns
Type |
---|
TcxViewParams |
Remarks
The GetBackgroundStyle 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 applied to the Table View worksheet’s background in the Spreadsheet control.
Note
In order to apply custom Style settings to the Table View worksheet’s background, use the Background property instead.
See Also