ICustomViews.Item Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Item ( _
ViewName As Object _
) As CustomView
'Usage
Dim instance As ICustomViews
Dim ViewName As Object
Dim returnValue As CustomView
returnValue = instance.Item(ViewName)
CustomView Item(
Object ViewName
)
Parameters
- ViewName
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.CustomView