A1Reference class
- Implemented types
Properties
-
final
- column → String?
-
final
- column1 → String?
-
final
- column2 → String?
-
final
- filename → String?
-
final
- fragment → String?
-
final
- from → A1Partial
-
return the from A1Partial
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → String?
-
final
- password → String?
-
final
- path → String?
-
final
- port → String?
-
final
- query → String?
-
final
- range → A1Range
-
return the A1Range
no setter
- row → int?
-
final
- row1 → int?
-
final
- row2 → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheme → String?
-
final
- to → A1Partial
-
return the to A1Partial
no setter
- uri → Uri
-
return a Uri based on passed info without the filename
no setter
- uriWithFilename → Uri
-
return a Uri with the filename
no setter
- username → String?
-
final
- worksheet → String?
-
final
Methods
-
compareTo(
A1Reference other) → int -
If we are comparing two ranges in the same uris/filename/worksheet
then defer to the A1Range comparison
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Print an a1 reference in the expected format
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
parse(
String input) → A1Reference - Parses a string containing an A1Reference literal into an A1Reference.
-
tryParse(
String input) → A1Reference? - Parses a string containing an A1Reference literal into an A1Reference.