SheetFamilyItem class
Encapsulates the properties that are needed to support multiple families of crossed-referenced grids.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSheeted ↔ bool
-
Represents the if this worksheet or not.
getter/setter pair
- parentObjectToToken ↔ Map?
-
Holds mapping from parent object to sheet token.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sheetDependentFormulaCells ↔ Map?
-
Holds mapping for dependent formula cells.
getter/setter pair
- sheetFormulaInfoTable ↔ Map?
-
Holds mapping for formula information table.
getter/setter pair
- sheetNameToParentObject ↔ Map?
-
Holds mapping from sheet name to parent object.
getter/setter pair
- sheetNameToToken ↔ Map?
-
Holds mapping from parent object to sheet name.
getter/setter pair
- tokenToParentObject ↔ Map?
-
Holds mapping from sheet token to parent object.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited