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
name
Type: System.StringThe named item.
type
Type: Microsoft.Office.Excel.Server.WebServices.ItemTypeThe type of the returned items.