WorksheetExtensions.Import(Worksheet, DateTime[], Int32, Int32, Boolean) Method
Imports data from an one-dimensional array of DateTime values.
You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
sheet | Worksheet | A Worksheet that is the worksheet to which the data is imported. |
array | Date |
A one-dimensional array of Date |
first |
Int32 | An integer that is the row index of the start cell in which the imported data will be inserted. |
first |
Int32 | An integer that is the column index of the start cell in which the imported data will be inserted. |
is |
Boolean | true to insert imported data vertically; otherwise, false |
#Remarks
The Import imports data from a one-dimensional array and enables you to specify how to place array data in cells - vertically or horizontally.