Share via


SheetInfo.Type property

Gets or sets the type of sheet.

Namespace:  Microsoft.Office.Excel.Server.WebServices
Assembly:  Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)

Syntax

'Declaration
Public Property Type As SheetType
    Get
    Set
'Usage
Dim instance As SheetInfo
Dim value As SheetType

value = instance.Type

instance.Type = value
public SheetType Type { get; set; }

Property value

Type: Microsoft.Office.Excel.Server.WebServices.SheetType
The SheetType of sheet.

Remarks

The type of sheet can be either worksheet or a chart sheet.

See also

Reference

SheetInfo class

SheetInfo members

Microsoft.Office.Excel.Server.WebServices namespace