Namespace: Spire.Spreadsheet.Forms.Collections
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 

Parameters

firstRow
Int32
lastRow
Int32
firstColumn
Int32
lastColumn
Int32

Return Value

Int32

See Also