GridCoordinate class

A coordinate in a sheet.

All indexes are zero-based.

Constructors

GridCoordinate({int? columnIndex, int? rowIndex, int? sheetId})
GridCoordinate.fromJson(Map json_)

Properties

columnIndex int?
The column index of the coordinate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rowIndex int?
The row index of the coordinate.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sheetId int?
The sheet this coordinate is on.
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