AreasCollection Interface
A collection of worksheet CellRange objects from which a union range is composed.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
public interface AreasCollection :
ISimpleCollection<CellRange>,
IEnumerable<CellRange>,
IEnumerable,
ICollection
Related API Members
The following members return AreasCollection objects:
Remarks
Use the CellRange.Areas property to get access to the AreasCollection collection.
See Also