AutoFillRequest constructor
AutoFillRequest({
- GridRange? range,
- SourceAndDestination? sourceAndDestination,
- bool? useAlternateSeries,
Implementation
AutoFillRequest({
this.range,
this.sourceAndDestination,
this.useAlternateSeries,
});