Namespace: Spire.Xls.Core.Spreadsheet
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# |
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