WorksheetCollection class
Represents worksheet collection.
Constructors
- WorksheetCollection(Workbook workbook, [int worksheetCount = 0])
- Create an instance of Worksheets
Properties
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