DataGridCellExcelExportCallback typedef

DataGridCellExcelExportCallback = void Function(DataGridCellExcelExportDetails details)

Signature for cellExport callback which is passed as an argument in exportToExcelWorkbook and exportToExcelWorksheet methods.

Implementation

typedef DataGridCellExcelExportCallback = void Function(
    DataGridCellExcelExportDetails details);