Back to Devexpress

CellRange.Areas Property

officefileapi-devexpress-dot-spreadsheet-dot-cellrange-108bbc7c.md

latest1.5 KB
Original Source

CellRange.Areas Property

Provides access to the ranges that comprise a complex (union) range.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
AreasCollection Areas { get; }
vb
ReadOnly Property Areas As AreasCollection

Property Value

TypeDescription
AreasCollection

An AreasCollection instance that is the collection of worksheet CellRange objects.

|

Remarks

For a simple range, the Areas property returns the simple range itself.

To create a complex range, use multiple selection or the CellRange.Union method.

See Also

Union

Union(CellRange)

CellRange Interface

CellRange Members

DevExpress.Spreadsheet Namespace