Namespace: Spire.Xls
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")] property array<CellRange^>^ Cells { array<CellRange^>^ get (); }
[<ObsoleteAttribute("Please use CellList")>] member Cells : CellRange[] with get