Class WorksheetCollection
Inheritance
System.Object
WorksheetCollection
Assembly: DRIT.Spreadsheet.dll
Syntax
public class WorksheetCollection : object
Properties
Item[Int32]
Declaration
public Worksheet this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Item[String]
Declaration
public Worksheet this[string name] { get; }
Parameters
Type |
Name |
Description |
System.String |
name |
|
Property Value
Methods
Add()
Declaration
Returns
Add(String)
Declaration
public Worksheet Add(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns