Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

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

Parameters

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

See Also