Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("Please use CellList")]
public IXLSRange[] Cells { get; }
<ObsoleteAttribute("Please use CellList")> 
Public ReadOnly Property Cells As IXLSRange()
	Get
public:
[ObsoleteAttribute(L"Please use CellList")]
virtual property array<IXLSRange^>^ Cells {
	array<IXLSRange^>^ get () sealed;
}
[<ObsoleteAttribute("Please use CellList")>]
abstract Cells : IXLSRange[] with get
[<ObsoleteAttribute("Please use CellList")>]
override Cells : IXLSRange[] with get

Property Value

array<IXLSRange>[]()[][]

Implements

IWorksheet..::..Cells

See Also