Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
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