[]
Adds a range of sheets to the collection.
public void AddRange(ICollection c)
Public Sub AddRange(c As ICollection)
| Type | Name | Description |
|---|---|---|
| ICollection | c | Collection of sheets to add to the collection |
Adds an array of SheetView objects to the collection.
public void AddRange(SheetView[] sheets)
Public Sub AddRange(sheets As SheetView())
| Type | Name | Description |
|---|---|---|
| SheetView[] | sheets | Array of SheetView objects |