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