Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetAreaList Members

A list of rectangles corresponding to individual cells or cell ranges.

#Constructors
Show Inherited Hide Inherited

Name Description
Create Inherited from TList<T>.
Create(IComparer<T>) Inherited from TList<T>.
Create(T[]) Inherited from TList<T>.
Create(TEnumerable<T>) Inherited from TList<T>.

#Properties
Show Inherited Hide Inherited

Name Description
Capacity Inherited from TList<T>.
Comparer Inherited from TList<T>.
Count Inherited from TList<T>.
Items Inherited from TList<T>.
List Inherited from TList<T>.
PList Inherited from TList<T>.

#Methods
Show Inherited Hide Inherited

Name Description
Add(T) Inherited from TList<T>.
AddRange(IEnumerable<T>) Inherited from TList<T>.
AddRange(T[]) Inherited from TList<T>.
AddRange(TEnumerable<T>) Inherited from TList<T>.
Assign(TdxRectList) Populates the list of cell ranges from the specified list.
AssignFromString(string) Populates the list with cell ranges generated from a delimited string of references.
BinarySearch(T,Integer,IComparer<T>,Integer,Integer) Inherited from TList<T>.
BinarySearch(T,Integer,IComparer<T>) Inherited from TList<T>.
BinarySearch(T,Integer) Inherited from TList<T>.
BoundingRect Returns the rectangle that includes all the cell ranges within the list.
Clear Inherited from TList<T>.
Clone Creates a copy of the cell range list.
Contains(Integer,Integer) Checks if the specified position (or cell) is located within at least one cell range on the list.
Contains(T) Inherited from TList<T>.
Delete(Integer) Inherited from TList<T>.
DeleteRange(Integer,Integer) Inherited from TList<T>.
Equals(TObject) Compares two cell range lists.
Error(PResStringRec,NativeInt) Inherited from TList<T>.
Error(String,NativeInt) Inherited from TList<T>.
Exchange(Integer,Integer) Inherited from TList<T>.
Expand Inherited from TList<T>.
Extract(T) Inherited from TList<T>.
ExtractAt(Integer) Inherited from TList<T>.
ExtractItem(T,TDirection) Inherited from TList<T>.
First Inherited from TList<T>.
GetHashCode Inherited from TObject.
IndexOf(T) Inherited from TList<T>.
IndexOfItem(T,TDirection) Inherited from TList<T>.
Insert(Integer,T) Inherited from TList<T>.
InsertRange(Integer,IEnumerable<T>) Inherited from TList<T>.
InsertRange(Integer,T[],Integer) Inherited from TList<T>.
InsertRange(Integer,T[]) Inherited from TList<T>.
InsertRange(Integer,TEnumerable<T>) Inherited from TList<T>.
Intersects(TRect) Checks if the specified area intersects at least one cell range on the list.
Last Inherited from TList<T>.
LastIndexOf(T) Inherited from TList<T>.
Move(Integer,Integer) Inherited from TList<T>.
Offset(Integer,Integer) Shifts all rectangles horizontally and/or vertically. Inherited from TdxRectList.
Pack Inherited from TList<T>.
Pack(TEmptyFunc) Inherited from TList<T>.
Remove(T) Inherited from TList<T>.
RemoveItem(T,TDirection) Inherited from TList<T>.
Reverse Inherited from TList<T>.
Sort Inherited from TList<T>.
Sort(IComparer<T>,Integer,Integer) Inherited from TList<T>.
Sort(IComparer<T>) Inherited from TList<T>.
ToArray Inherited from TEnumerable<T>.
ToString Creates a string of delimited references to all cell ranges within the list.
TrimExcess Inherited from TList<T>.
Union Returns the bounding rectangle for all rectangles in the list. Inherited from TdxRectList.

#Events
Show Inherited Hide Inherited

Name Description
OnChange Occurs when the cell range list is changed.
OnNotify Inherited from TList<T>.

#Constants

Name Description
ValueSeparator Specifies the default character separating individual references to cell ranges within the list.
See Also