|
Adds a single Sheet to the Sheets.
-
newSheet
:
Sheet
-
sheets
:
Sheets
-
Returns:
Sheet
|
|
Adds a Sheet collection to the Sheets.
-
newSheets
:
Sheet seq
-
sheets
:
Sheets
-
Returns:
Sheets
|
|
-
()
:
unit
-
Returns:
Sheets
|
|
Gets the sheets of the workbook.
-
workbook
:
Workbook
-
Returns:
Sheets
|
|
Returns the first child sheet of the sheets.
-
sheets
:
Sheets
-
Returns:
Sheet
|
|
Returns the existing or a newly created sheets associated with the worksheet.
-
workbook
:
Workbook
-
Returns:
Sheets
|
|
Returns all sheets of the sheets.
-
sheets
:
Sheets
-
Returns:
IEnumerable<Sheet>
|
|
Add an empty sheets element to the workbook.
-
workbook
:
Workbook
-
Returns:
Workbook
|
|
-
name
:
string
-
sheets
:
Sheets
-
Returns:
Sheet option
|