officefileapi-devexpress-dot-spreadsheet-dot-cellrange-cb2c5e85.md
Gets the existing cells in the current cell range.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
IEnumerable<Cell> ExistingCells { get; }
ReadOnly Property ExistingCells As IEnumerable(Of Cell)
| Type | Description |
|---|---|
| IEnumerable<Cell> |
An object implementing the IEnumerable interface that supports iteration over the cell collection.
|
The ExistingCells collection includes the following cells:
To get a collection of existing cells in a worksheet, use the Worksheet.GetExistingCells method.
See Also