DimensionRange class
A range along a single dimension on a sheet.
All indexes are zero-based. Indexes are half open: the start index is inclusive and the end index is exclusive. Missing indexes indicate the range is unbounded on that side.
Constructors
- DimensionRange({String? dimension, int? endIndex, int? sheetId, int? startIndex})
- DimensionRange.fromJson(Map json_)
Properties
- dimension ↔ String?
-
The dimension of the span.
Possible string values are:
getter/setter pair
- endIndex ↔ int?
-
The end (exclusive) of the span, or not set if unbounded.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sheetId ↔ int?
-
The sheet this span is on.
getter/setter pair
- startIndex ↔ int?
-
The start (inclusive) of the span, or not set if unbounded.
getter/setter pair
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