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; }
<ObsoleteAttribute("Please use CellList")>
Public ReadOnly Property Cells As CellRange()
Get
public:
[ObsoleteAttribute(L"Please use CellList")]
virtual property array<CellRange^>^ Cells {
array<CellRange^>^ get () sealed;
}
[<ObsoleteAttribute("Please use CellList")>]
abstract Cells : CellRange[] with get
[<ObsoleteAttribute("Please use CellList")>]
override Cells : CellRange[] with get
Property Value
Type:
CellRange
Implements
IXLSRange
Cells
See Also