IListBoxes.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 _
) As ListBox
'Usage
Dim instance As IListBoxes
Dim Left As Double
Dim Top As Double
Dim Width As Double
Dim Height As Double
Dim returnValue As ListBox
returnValue = instance.Add(Left, Top, Width, _
Height)
ListBox Add(
double Left,
double Top,
double Width,
double Height
)
Parameters
- Left
Type: System.Double
- Top
Type: System.Double
- Width
Type: System.Double
- Height
Type: System.Double
Return Value
Type: Microsoft.Office.Interop.Excel.ListBox