Share via


DropDowns.Add Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function Add ( _
    Left As Double, _
    Top As Double, _
    Width As Double, _
    Height As Double, _
    Editable As Object _
) As DropDown
'Usage
Dim instance As DropDowns
Dim Left As Double
Dim Top As Double
Dim Width As Double
Dim Height As Double
Dim Editable As Object
Dim returnValue As DropDown

returnValue = instance.Add(Left, Top, Width, _
    Height, Editable)
DropDown Add(
    double Left,
    double Top,
    double Width,
    double Height,
    Object Editable
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Excel.DropDown

See Also

Reference

DropDowns Interface

DropDowns Members

Microsoft.Office.Interop.Excel Namespace