DataSourceObjectReference constructor
DataSourceObjectReference({
- int? chartId,
- GridCoordinate? dataSourceFormulaCell,
- GridCoordinate? dataSourcePivotTableAnchorCell,
- GridCoordinate? dataSourceTableAnchorCell,
- String? sheetId,
Implementation
DataSourceObjectReference({
this.chartId,
this.dataSourceFormulaCell,
this.dataSourcePivotTableAnchorCell,
this.dataSourceTableAnchorCell,
this.sheetId,
});