Insert array value to worksheet.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
void InsertArray( double[] arrDouble, int firstRow, int firstColumn, bool IsVertical )
Sub InsertArray ( arrDouble As Double(), firstRow As Integer, firstColumn As Integer, IsVertical As Boolean )
void InsertArray( array<double>^ arrDouble, int firstRow, int firstColumn, bool IsVertical )
abstract InsertArray : arrDouble : float[] * firstRow : int * firstColumn : int * IsVertical : bool -> unit