Click or drag to resize

CellRange Cells Property

Note: This API is now obsolete.

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

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

Property Value

Type: CellRange
See Also