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 InsertArrayList( ArrayList arrayList, int firstRow, int firstColumn, bool isVertical )
Public Function InsertArrayList ( arrayList As ArrayList, firstRow As Integer, firstColumn As Integer, isVertical As Boolean ) As Integer
public: int InsertArrayList( ArrayList^ arrayList, int firstRow, int firstColumn, bool isVertical )
member InsertArrayList : arrayList : ArrayList * firstRow : int * firstColumn : int * isVertical : bool -> int