FindReplaceRequest constructor

FindReplaceRequest({
  1. bool? allSheets,
  2. String? find,
  3. bool? includeFormulas,
  4. bool? matchCase,
  5. bool? matchEntireCell,
  6. GridRange? range,
  7. String? replacement,
  8. bool? searchByRegex,
  9. int? sheetId,
})

Implementation

FindReplaceRequest({
  this.allSheets,
  this.find,
  this.includeFormulas,
  this.matchCase,
  this.matchEntireCell,
  this.range,
  this.replacement,
  this.searchByRegex,
  this.sheetId,
});