Click or drag to resize

XlsRange Cells Property

Note: This API is now obsolete.

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

Namespace: Spire.Xls.Core.Spreadsheet
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

Implements

IXLSRange Cells
See Also