A1Partial class
Properties
a1
→ A1 ?
If this partial has letters and digitis it get be returned as A1
otherwise a null is returned
no setter
column
→ int ?
Return the column as a zero based int or null
no setter
digits
→ int ?
digits of the A1 or null for all rows
final
down
→ A1Partial
utility for moving down
no setter
hashCode
→ int
The hash code for this object.
no setter override
isAll
→ bool
if both letters and digits are null this selects all
no setter
isWholeColumn
→ bool
if this partial represents a whole column ie. no row specified
no setter
isWholeRow
→ bool
if this partial represents a whole row ie. no column specified
no setter
isWholeRowOrColumn
→ bool
if this partial represents either a whole row or column
no setter
left
→ A1Partial
utility for moving left
no setter
letters
→ String ?
letters of the A1 or null for all columns
final
right
→ A1Partial
utility for moving right
no setter
row
→ int ?
Return the row as a zero based int or null
no setter
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
up
→ A1Partial
utility for moving up
no setter
Methods
compareTo (dynamic other )
→ int
The real work in a A1Partial is deciding if it is bigger than another
this is important for creation of a range to order the left and right
side of the : or ...
override
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
Show the A1Partial with null left as a blank string
override
vectorCopyWith ({int ? column , int ? row })
→ A1Partial
Utility for copying