Click or drag to resize

IXLSRange Cells Property

Note: This API is now obsolete.

Returns a Range object that represents the cells in the specified range. Read-only.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("Please use CellList")]
CellRange[] Cells { get; }

Property Value

Type: CellRange
See Also