IHostManagementViewsShowExportExcel Method
Export a table to Excel, first asking for the path of the generated file.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void ShowExportExcel(
string title,
string table,
string fields,
string condition,
string order,
string excelSheet,
List<ExcelColumnTable> excelColumns
)
Sub ShowExportExcel (
title As String,
table As String,
fields As String,
condition As String,
order As String,
excelSheet As String,
excelColumns As List(Of ExcelColumnTable)
)
Parameters
- title String
- Title.
- table String
- Table from which to get the list.
- fields String
- Fields to be included in the list.
- condition String
- List data selection criteria.
- order String
- Ordering expression.
- excelSheet String
- Excel sheet.
- excelColumns ListExcelColumnTable
- List<ExcelColumnTable> with the Excel columns.