Description
Namespace:
DuoDimension.Databeam
Assembly: Databeam.Excel (in Databeam.Excel.dll)
Version: 2.0.0.0
Compose the new Excel Spreadsheet file.
Assembly: Databeam.Excel (in Databeam.Excel.dll)
Version: 2.0.0.0
Syntax
C# | Visual Basic |
Parameters
- Columns
- Int32
The count of columns. The size of the data array which will be using for filling the Excel file.
- Rows
- Int32
The count of rows. The size of the data array which will be using for filling the Excel file.
Return Value
0 - Ok.
1 - Can't create the new Excel file.
3 - Can't get the sheet names.
4 - Can't get the table of the cells.
100 - MS Excel(R) is not installed.
See Also
Excel Class
DuoDimension.Databeam Namespace