TdxSpreadSheetTableViewMergedCellViewInfoList Members
Constructors
Name | Description |
---|---|
Create(Boolean,Integer) | Initializes a new instance of the TdxFastObjectList class with specified settings. Inherited from TdxFastObjectList. |
Create(Integer) | Creates an empty ordered pointer list. Inherited from TdxFastList. |
Properties
Name | Description |
---|---|
Capacity | Specifies the pointer list’s capacity. Inherited from TdxFastList. |
Count | Specifies the number of pointers stored in the list. Inherited from TdxFastList. |
Items | |
List | Returns a pointer to an array of pointers populated with the pointers stored in the ordered pointer list. Inherited from TdxFastList. |
OwnsObjects | Inherited from TdxFastObjectList. |
Methods
Name | Description |
---|---|
Add(TdxSpreadSheetCellViewInfo) | Inherited from TdxSpreadSheetCellViewInfoList. |
Add(Pointer) | Appends the specified pointer to the ordered pointer list. Inherited from TdxFastList. |
Add(TObject) | Inherited from TdxFastObjectList. |
AddRange(TdxFastList) | Appends the source ordered pointer list’s content to the current list. Inherited from TdxFastList. |
Assign(TdxFastList,TListAssignOp) | Replaces the ordered pointer list’s content with pointers copied from the specified source. Inherited from TdxFastList. |
Assign(TdxFastList) | Inherited from TdxFastList. |
Assign(TList) | Inherited from TdxFastList. |
CalculateHitTest(TdxSpreadSheetCustomHitTest,Boolean) | Inherited from TdxSpreadSheetCellViewInfoList. |
Clear | Clears the ordered pointer list. Inherited from TdxFastList. |
Contains(TdxSpreadSheetMergedCell) | |
Delete(Integer) | Inherited from TdxFastObjectList. |
DeleteRange(Integer,Integer) | Inherited from TdxFastObjectList. |
Draw(TcxCanvas,TdxSpreadSheetDrawingStage) | Inherited from TdxSpreadSheetCellViewInfoList. |
Draw(TcxCanvas) | Inherited from TdxSpreadSheetCellViewInfoList. |
Empty | Identifies whether the ordered pointer list is empty. Inherited from TdxFastList. |
Equals(TObject) | Inherited from TObject. |
Exchange(Integer,Integer) | Exchanges positions of the two specified pointers within the ordered pointer list. Inherited from TdxFastList. |
Expand | Expands the ordered pointer list’s capacity by a predefined amount. Inherited from TdxFastList. |
Extract(Pointer,TdxListDirection) | Removes the specified stored pointer and returns it. Inherited from TdxFastList. |
Extract(TObject) | Inherited from TdxFastObjectList. |
ExtractByIndex(Integer) | Returns a stored pointer by its index and removes it from the list. Inherited from TdxFastList. |
ExtractRange(Integer,Integer) | Inherited from TdxFastObjectList. |
Find(TObject,Untyped,PInteger) | Inherited from TdxSpreadSheetCellViewInfoList. |
First | Inherited from TdxFastObjectList. |
GetHashCode | Inherited from TObject. |
GetTList | Returns a new TList object populated with all pointers stored in the ordered pointer list. Inherited from TdxFastList. |
IndexOf(Pointer,TdxListDirection) | Searches the specified pointer within the ordered pointer list. Inherited from TdxFastList. |
IndexOf(TObject,TdxListDirection) | Inherited from TdxFastObjectList. |
Insert(Integer,TdxFastList) | Inserts a pointer at the specified position within the ordered pointer list. Inherited from TdxFastList. |
Insert(Integer,Pointer) | Inherited from TdxFastList. |
Insert(Integer,TObject) | Inherited from TdxFastObjectList. |
InsertRange(Integer,TdxFastList) | Inserts the source ordered pointer list’s content into the current list at the specified position. Inherited from TdxFastList. |
Last | Inherited from TdxFastObjectList. |
Move(Integer,Integer) | Rearranges a stored pointer within the ordered pointer list. Inherited from TdxFastList. |
Offset(Integer,Integer) | Inherited from TdxSpreadSheetCellViewInfoList. |
Pack(Pointer) | Removes redundant pointers from the list. Inherited from TdxFastList. |
Remove(Pointer) | Removes the specified pointer from the ordered pointer list. Inherited from TdxFastList. |
Remove(TObject) | Inherited from TdxFastObjectList. |
Reverse | Inverts the order of pointers stored in the list. Inherited from TdxFastList. |
RightToLeftConversion(TRect) | Inherited from TdxSpreadSheetCellViewInfoList. |
Sort(TCompareItems,Boolean) | Inherited from TdxFastList. |
Sort(TListSortCompare,Boolean) | Sorts the stored pointers. Inherited from TdxFastList. |
SortList(TdxListSortCompareDelegate,Boolean) | Inherited from TdxFastList. |
ToString | Inherited from TObject. |
TryGetValue(TdxSpreadSheetMergedCell,TdxSpreadSheetTableViewMergedCellViewInfo) | |
UpdateState | Inherited from TdxSpreadSheetCellViewInfoList. |
See Also