DataGridCellExcelExportDetails constructor

const DataGridCellExcelExportDetails(
  1. Object? cellValue,
  2. String columnName,
  3. Range excelRange,
  4. DataGridExportCellType cellType,
)

Implementation

const DataGridCellExcelExportDetails(
    this.cellValue, this.columnName, this.excelRange, this.cellType);