ExportToXlsx(CardViewSettings, Object, XlsxExportOptionsEx)
static
|
settings, dataObject, exportOptions
|
Exports the CardView’s data to XLSX format, based on the provided settings.
|
ExportToXlsx(CardViewSettings, Object, Boolean, XlsxExportOptionsEx)
static
|
settings, dataObject, saveAsFile, exportOptions
|
Exports the CardView’s data to XLSX format, based on the provided settings.
|
ExportToXlsx(CardViewSettings, Object, Boolean)
static
|
settings, dataObject, saveAsFile
|
Exports the CardView’s data to XLSX format, based on the provided settings.
|
ExportToXlsx(CardViewSettings, Object, String, XlsxExportOptionsEx)
static
|
settings, dataObject, fileName, exportOptions
|
Exports the CardView’s data to XLSX format, based on the provided settings.
|
ExportToXlsx(CardViewSettings, Object, String, Boolean, XlsxExportOptionsEx)
static
|
settings, dataObject, fileName, saveAsFile, exportOptions
|
Exports the CardView’s data to XLSX format, based on the provided settings.
|
ExportToXlsx(CardViewSettings, Object, String, Boolean)
static
|
settings, dataObject, fileName, saveAsFile
|
Exports the CardView’s data to XLSX format, based on the provided settings.
|
ExportToXlsx(CardViewSettings, Object, String)
static
|
settings, dataObject, fileName
|
Exports the CardView’s data to XLSX format, based on the provided settings.
|
ExportToXlsx(CardViewSettings, Object)
static
|
settings, dataObject
|
Exports the CardView’s data to XLSX format, based on the provided settings.
|