Namespace: Spire.Spreadsheet.Forms.Collections
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# |
int AddRange( int firstRow, int lastRow, int firstColumn, int lastColumn )
Function AddRange ( firstRow As Integer, lastRow As Integer, firstColumn As Integer, lastColumn As Integer ) As Integer
int AddRange( int firstRow, int lastRow, int firstColumn, int lastColumn )
abstract AddRange : firstRow : int * lastRow : int * firstColumn : int * lastColumn : int -> int