WorksheetCollection class

Represents worksheet collection.

Constructors

WorksheetCollection(Workbook workbook, [int worksheetCount = 0])
Create an instance of Worksheets

Properties

count int
Returns the count of pivot reference collection.
no setter
hashCode int
The hash code for this object.
no setterinherited
innerList List<Worksheet>
Collection of worksheet
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add() Worksheet
Add a worksheet to the workbook.
addWithName(String name) Worksheet
Add worksheet to the collection with name.
addWithSheet(Worksheet worksheet) → void
Add worksheet with name to the collection .
create(int count) → void
Add worksheet to the collection.
moveTo(Worksheet sourceWorksheet, int destinationIndex) → void
Represents moving worksheet .
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 [](dynamic index) Worksheet
Indexer of the class