Namespace: Spire.Xls.Core.Spreadsheet
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 InsertRange(
	int rowIndex,
	int columnIndex,
	int rowCount,
	int columnCount,
	InsertMoveOption moveOptions,
	InsertOptionsType insertOptions
)
Public Function InsertRange ( 
	rowIndex As Integer,
	columnIndex As Integer,
	rowCount As Integer,
	columnCount As Integer,
	moveOptions As InsertMoveOption,
	insertOptions As InsertOptionsType
) As IXLSRange
public:
IXLSRange^ InsertRange(
	int rowIndex, 
	int columnIndex, 
	int rowCount, 
	int columnCount, 
	InsertMoveOption moveOptions, 
	InsertOptionsType insertOptions
)
member InsertRange : 
        rowIndex : int * 
        columnIndex : int * 
        rowCount : int * 
        columnCount : int * 
        moveOptions : InsertMoveOption * 
        insertOptions : InsertOptionsType -> IXLSRange 

Parameters

rowIndex
Int32
columnIndex
Int32
rowCount
Int32
columnCount
Int32
moveOptions
InsertMoveOption
insertOptions
InsertOptionsType

Return Value

IXLSRange

See Also