Skip to main content

TdxSpreadSheetStyles.GetHeaderStyle(TdxSpreadSheetCustomView) Method

Returns the custom Styles settings applied to the standard column and row headers in all Table View worksheets within the current spreadsheet document.

Declaration

function GetHeaderStyle(AView: TdxSpreadSheetCustomView): TcxViewParams;

Parameters

Name Type
AView TdxSpreadSheetCustomView

Returns

Type
TcxViewParams

Remarks

The GetHeaderStyle 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 horizontal and vertical headers displayed in Table View worksheets.

Note

In order to apply custom Style settings to the standard column and row headers, use the Header property instead.

See Also