Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
int InsertArray(
	Object[,] arrObject,
	int firstRow,
	int firstColumn
)
Function InsertArray ( 
	arrObject As Object(,),
	firstRow As Integer,
	firstColumn As Integer
) As Integer
int InsertArray(
	array<Object^,2>^ arrObject, 
	int firstRow, 
	int firstColumn
)
abstract InsertArray : 
        arrObject : Object[,] * 
        firstRow : int * 
        firstColumn : int -> int 

Parameters

arrObject
array<Object,2>[,](,)[,][,]
firstRow
Int32
firstColumn
Int32

Return Value

Int32

See Also