Namespace: Spire.Xls.Core
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# |
int InsertArray( DateTime[] arrDateTime, int firstRow, int firstColumn, bool isVertical )
Function InsertArray ( arrDateTime As DateTime(), firstRow As Integer, firstColumn As Integer, isVertical As Boolean ) As Integer
int InsertArray( array<DateTime>^ arrDateTime, int firstRow, int firstColumn, bool isVertical )
abstract InsertArray : arrDateTime : DateTime[] * firstRow : int * firstColumn : int * isVertical : bool -> int