IDropDowns.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 IDropDowns
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
- Left
Type: System.Double
- Top
Type: System.Double
- Width
Type: System.Double
- Height
Type: System.Double
- Editable
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.DropDown