Share via


WorkbookItem constructor (String, ItemType)

Initializes a new instance of the WorkbookItem class.

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    type As ItemType _
)
'Usage
Dim name As String
Dim type As ItemType

Dim instance As New WorkbookItem(name, type)
public WorkbookItem(
    string name,
    ItemType type
)

Parameters

See also

Reference

WorkbookItem class

WorkbookItem members

WorkbookItem overload

Microsoft.Office.Excel.Server.WebServices namespace