DimensionGroup class

A group over an interval of rows or columns on a sheet, which can contain or be contained within other groups.

A group can be collapsed or expanded as a unit on the sheet.

Constructors

DimensionGroup({bool? collapsed, int? depth, DimensionRange? range})
DimensionGroup.fromJson(Map json_)

Properties

collapsed bool?
This field is true if this group is collapsed.
getter/setter pair
depth int?
The depth of the group, representing how many groups have a range that wholly contains the range of this group.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
range DimensionRange?
The range over which this group exists.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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