XlSheetType Enumeration
Specifies the worksheet type.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlSheetType
'Usage
Dim instance As XlSheetType
public enum XlSheetType
Members
Member name | Description | |
---|---|---|
xlChart | Chart. | |
xlDialogSheet | Dialog sheet. | |
xlExcel4IntlMacroSheet | Excel version 4 international macro sheet. | |
xlExcel4MacroSheet | Excel version 4 macro sheet. | |
xlWorksheet | Worksheet. |