DeleteDuplicatesRequest class
Removes rows within this range that contain values in the specified columns that are duplicates of values in any previous row.
Rows with identical values but different letter cases, formatting, or formulas are considered to be duplicates. This request also removes duplicate rows hidden from view (for example, due to a filter). When removing duplicates, the first instance of each duplicate row scanning from the top downwards is kept in the resulting range. Content outside of the specified range isn't removed, and rows considered duplicates do not have to be adjacent to each other in the range.
Constructors
-
DeleteDuplicatesRequest({List<
DimensionRange> ? comparisonColumns, GridRange? range}) - DeleteDuplicatesRequest.fromJson(Map json_)
Properties
-
comparisonColumns
↔ List<
DimensionRange> ? -
The columns in the range to analyze for duplicate values.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- range ↔ GridRange?
-
The range to remove duplicates rows from.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited