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# |
public CellRange this[ int row, int column ] { get; }
Public ReadOnly Default Property Item ( row As Integer, column As Integer ) As CellRange Get
public: property CellRange^ default[int row, int column] { CellRange^ get (int row, int column); }
member Item : CellRange with get