Back to Devexpress

TdxSpreadSheetTableView.MergedCells Property

vcl-dxspreadsheetcore-dot-tdxspreadsheettableview.md

latest1.1 KB
Original Source

TdxSpreadSheetTableView.MergedCells Property

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

Declaration

delphi
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

TdxSpreadSheetTableView Class

TdxSpreadSheetTableView Members

dxSpreadSheetCore Unit