SheetInfo Members
Include Protected Members
Include Inherited Members
Contains information about a sheet in a workbook.
The SheetInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SheetInfo() | Initializes a new instance of the SheetInfo class. | |
SheetInfo(String, SheetType, SheetVisibility) | Initializes a new instance of the SheetInfo class. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the name of the sheet. | |
Type | Gets or sets the type of sheet. | |
Visibility | Gets or sets whether the sheet is visible. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top