WorkbookItem.Type Property

Gets or sets the type of the returned item.

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 ItemType
    Get
    Set
'Usage
Dim instance As WorkbookItem
Dim value As ItemType

value = instance.Type

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

Property Value

Type: Microsoft.Office.Excel.Server.WebServices.ItemType
The ItemType of the returned item.

See Also

Reference

WorkbookItem Class

WorkbookItem Members

Microsoft.Office.Excel.Server.WebServices Namespace