Skip to main content

TdxSpreadSheetMergedCellList Members

A merged cell collection in a Table View worksheet.

Constructors

Name Description
Create(TdxSpreadSheetTableView) Initializes a new instance of the TdxSpreadSheetMergedCellList class with specified settings.

Properties

Name Description
Count Returns the number of merged cell objects within the collection.
First Returns the first merged cell object within the collection.
Items Provides zero-based indexed access to individual merged cell objects within the collection.
Last Returns the last merged cell object within the collection.
View Returns the Table View worksheet to which the current merged cell collection collection belongs.

Methods

Name Description
Add Appends a new doubly linked object to the list. Inherited from TcxDoublyLinkedObjectList.
Add(string) Creates a new merged cell and appends it to the collection.
Add(TRect) Creates a new merged cell and appends it to the collection.
CheckCell(Integer,Integer) Returns the area of a merged cell to which the specified cell belongs.
Clear Clears the merged cell collection.
Delete(TcxDoublyLinkedObject) Removes the specified merged cell object from the current collection.
DeleteItemsInArea(TRect,Boolean) Removes all merged cell objects located within the specified Table View worksheet’s area.
EnumCells(TdxSpreadSheetMergedCellListEnumCellsProc)
EnumCells(TRect,TdxSpreadSheetMergedCellListEnumCellsProc)
EnumRows(Integer,Integer,TdxSpreadSheetMergedCellListEnumRowsProc)
Equals(TObject) Inherited from TObject.
ExpandArea(Integer,Integer) Expands one or more merged cell object areas by the specified rectangle.
ExpandArea(TRect)
Extract(TcxDoublyLinkedObject) Inherited from TcxDoublyLinkedObjectList.
Extract(TRect,TList<TdxSpreadSheetMergedCell>)
FindCell(Integer,Integer) Returns a merged cell object located at the specified point.
GetHashCode Inherited from TObject.
GetLinkedObjectClass protected Inherited from TcxDoublyLinkedObjectList.
HasItemsInArea(TRect) Returns a value indicating whether any merged cell objects are located within a specified area.
InsertAfter(TcxDoublyLinkedObject,TcxDoublyLinkedObject) Inherited from TcxDoublyLinkedObjectList.
InsertBefore(TcxDoublyLinkedObject,TcxDoublyLinkedObject) Inherited from TcxDoublyLinkedObjectList.
Remove(TcxDoublyLinkedObject) Extracts and destroys the specified doubly linked object. Inherited from TcxDoublyLinkedObjectList.
ToString Inherited from TObject.
See Also