Skip to main content

TdxSpreadSheetStyles.GetContentStyle(TdxSpreadSheetCustomView) Method

Returns the custom Styles settings applied to the cell content in Table View worksheets.

Declaration

function GetContentStyle(AView: TdxSpreadSheetCustomView): TcxViewParams;

Parameters

Name Type
AView TdxSpreadSheetCustomView

Returns

Type
TcxViewParams

Remarks

The GetContentStyle 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 cell objects and uninitialized cells in all Table View worksheets in the current spreadsheet document.

Note

In order to apply custom Style settings to the cell content, use the Content property instead.

See Also