Skip to main content

TdxSpreadSheetMergedCellList Methods

A merged cell collection in a Table View worksheet.
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