Skip to main content

TdxSpreadSheetCellStyle.Merge(TdxSpreadSheetCellStyle,TdxSpreadSheetCellStyle) Method

Merges the specified row and column cell styles with the current cell style.

Declaration

procedure Merge(AColumnStyle: TdxSpreadSheetCellStyle; ARowStyle: TdxSpreadSheetCellStyle);

Parameters

Name Type
AColumnStyle TdxSpreadSheetCellStyle
ARowStyle TdxSpreadSheetCellStyle

Remarks

This procedure supports the internal infrastructure and is not intended to be used directly from your code.

A spreadsheet control calls the Merge procedure internally for each created cell object to calculate the new cell’s style from the default cell style, and the styles of the column and row to which the new cell belongs.

See Also