Skip to main content

TdxSpreadSheetMergedCell Class

A cell created from several individual adjacent cells within a Table View worksheet.

Declaration

TdxSpreadSheetMergedCell = class(
    TcxDoublyLinkedObject
)

Remarks

This class implements individual merged cells within the Table View worksheet’s merged cell collection. Every merged cell consists of several adjacent cells joined together. The resulting cell assumes the active cell‘s current value while the values stored by other cell objects within the area are lost.

The TdxSpreadSheetMergedCell class extends its ancestor with the following members allowing you to:

  • Obtain the cell object whose value is preserved by the merged cell (ActiveCell);

  • Obtain the range of individual cells from which the merged cell was created (Area);

  • Obtain the previous and next items within the merged cell collection (Prev and Next);

  • Obtain the Table View worksheet to which the merged cell object belongs (View);

  • Obtain the collection to which the merged cell object belongs (Owner);

  • Identify whether the specified cell is located within the merged cell area (Contains);

  • Identify whether the specified cell range intersects with the merged cell’s area (Intersects).

A TdxSpreadSheetMergedCell object is referenced by:

Inheritance

TObject
TcxDoublyLinkedObject
TdxSpreadSheetMergedCell
See Also