DataSourceObjectReference constructor

DataSourceObjectReference({
  1. int? chartId,
  2. GridCoordinate? dataSourceFormulaCell,
  3. GridCoordinate? dataSourcePivotTableAnchorCell,
  4. GridCoordinate? dataSourceTableAnchorCell,
  5. String? sheetId,
})

Implementation

DataSourceObjectReference({
  this.chartId,
  this.dataSourceFormulaCell,
  this.dataSourcePivotTableAnchorCell,
  this.dataSourceTableAnchorCell,
  this.sheetId,
});