Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
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, bool isVertical )
Function InsertArray ( arrObject As Object(), firstRow As Integer, firstColumn As Integer, isVertical As Boolean ) As Integer
int InsertArray( array<Object^>^ arrObject, int firstRow, int firstColumn, bool isVertical )
abstract InsertArray : arrObject : Object[] * firstRow : int * firstColumn : int * isVertical : bool -> int