Add
|
Appends a new doubly linked object to the list.
|
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)
|
|
ExpandArea(Integer,Integer)
|
Expands one or more merged cell object areas by the specified rectangle.
|
ExpandArea(TRect)
|
|
Extract(TcxDoublyLinkedObject)
|
|
Extract(TRect,TList<TdxSpreadSheetMergedCell>)
|
|
FindCell(Integer,Integer)
|
Returns a merged cell object located at the specified point.
|
GetHashCode
|
|
GetLinkedObjectClass
protected
|
|
HasItemsInArea(TRect)
|
Returns a value indicating whether any merged cell objects are located within a specified area.
|
InsertAfter(TcxDoublyLinkedObject,TcxDoublyLinkedObject)
|
|
InsertBefore(TcxDoublyLinkedObject,TcxDoublyLinkedObject)
|
|
Remove(TcxDoublyLinkedObject)
|
Extracts and destroys the specified doubly linked object.
|
ToString
|
|