Skip to main content

TdxSpreadSheetTableView.MergedCells Property

Provides access to the merged cell collection within the current Table View worksheet.

Declaration

property MergedCells: TdxSpreadSheetMergedCellList read;

Property Value

Type
TdxSpreadSheetMergedCellList

Remarks

Use this property to manage the collection of merged cells. With the MergedCells property, you can access individual merged cells, add, remove or expand merged cell areas.

Refer to the TdxSpreadSheetMergedCellList class description for additional information.

See Also