Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
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 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