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