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