_Worksheet.Type Property

Returns or sets the worksheet type. Read-only XlSheetType.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Type As XlSheetType
    Get
'Usage
Dim instance As _Worksheet
Dim value As XlSheetType

value = instance.Type
XlSheetType Type { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlSheetType

See Also

Reference

_Worksheet Interface

_Worksheet Members

Microsoft.Office.Interop.Excel Namespace