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<T>(
	T[] objects,
	int firstRow,
	int firstColumn,
	bool isVertical
)
Public Function InsertArray(Of T) ( 
	objects As T(),
	firstRow As Integer,
	firstColumn As Integer,
	isVertical As Boolean
) As Integer
public:
generic<typename T>
int InsertArray(
	array<T>^ objects, 
	int firstRow, 
	int firstColumn, 
	bool isVertical
)
member InsertArray : 
        objects : 'T[] * 
        firstRow : int * 
        firstColumn : int * 
        isVertical : bool -> int 

Parameters

objects
array<T>[]()[][]
firstRow
Int32
firstColumn
Int32
isVertical
Boolean

Type Parameters

T

Return Value

Int32

See Also