WorksheetClass.ListBoxes Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Function ListBoxes ( _
Index As Object _
) As Object
'Usage
Dim instance As WorksheetClass
Dim Index As Object
Dim returnValue As Object
returnValue = instance.ListBoxes(Index)
public virtual Object ListBoxes(
Object Index
)
Parameters
- Index
Type: System.Object
Return Value
Type: System.Object