Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
CellRange 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 CellRange Get
property CellRange^ default[int row, int column, int lastRow, int lastColumn] { CellRange^ get (int row, int column, int lastRow, int lastColumn); }
abstract Item : CellRange with get