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(
	int[] arrInt,
	int firstRow,
	int firstColumn,
	bool IsVertical
)
Sub InsertArray ( 
	arrInt As Integer(),
	firstRow As Integer,
	firstColumn As Integer,
	IsVertical As Boolean
)
void InsertArray(
	array<int>^ arrInt, 
	int firstRow, 
	int firstColumn, 
	bool IsVertical
)
abstract InsertArray : 
        arrInt : int[] * 
        firstRow : int * 
        firstColumn : int * 
        IsVertical : bool -> unit 

Parameters

arrInt
array<Int32>[]()[][]
firstRow
Int32
firstColumn
Int32
IsVertical
Boolean

See Also