ColumnCollection class
Reprsents the colunm collection.
Constructors
- ColumnCollection(Worksheet worksheet)
- Create a instance of rows collection.
Properties
- count → int
-
Returns the count of pivot reference collection.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
innerList
→ List<
Column?> -
Get/set the inner list.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- worksheet → Worksheet
-
Represents parent worksheet.
no setter
Methods
-
add(
) → Column - Add row to the row collection.
-
clear(
) → void - clear the column.
-
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
-
operator [](
int index) → Column? - Indexer get of the class
-
operator []=(
int index, Column? value) → void - Indexer set of the class