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 int InsertArray(
	Object[,] objectArray,
	int firstRow,
	int firstColumn
)
Public Function InsertArray ( 
	objectArray As Object(,),
	firstRow As Integer,
	firstColumn As Integer
) As Integer
public:
virtual int InsertArray(
	array<Object^,2>^ objectArray, 
	int firstRow, 
	int firstColumn
) sealed
abstract InsertArray : 
        objectArray : Object[,] * 
        firstRow : int * 
        firstColumn : int -> int 
override InsertArray : 
        objectArray : Object[,] * 
        firstRow : int * 
        firstColumn : int -> int 

Parameters

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

Return Value

Int32

Implements

IWorksheet..::..InsertArray(array<Object,2>[,](,)[,][,], Int32, Int32)

See Also