[]
Adds a new sheet to this book.
public bool AddSheet(string sheetName, int rows, int cols)
| Type | Name | Description |
|---|---|---|
| string | sheetName | |
| int | rows | |
| int | cols |
| Type | Description |
|---|---|
| bool |
Adds a new bound sheet to this book and selects the new sheet.
public bool AddSheet(string sheetName, IEnumerable itemsSource)
| Type | Name | Description |
|---|---|---|
| string | sheetName | |
| IEnumerable | itemsSource |
| Type | Description |
|---|---|
| bool |