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.