Namespace: Spire.Xls.Core.Spreadsheet
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 IXLSRange this[ int row, int column, int lastRow, int lastColumn ] { get; }
Public ReadOnly Default Property Item ( row As Integer, column As Integer, lastRow As Integer, lastColumn As Integer ) As IXLSRange Get
public: virtual property IXLSRange^ default[int row, int column, int lastRow, int lastColumn] { IXLSRange^ get (int row, int column, int lastRow, int lastColumn) sealed; }
abstract Item : IXLSRange with get override Item : IXLSRange with get