TextBoxes.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 TextBox
'Usage
Dim instance As TextBoxes
Dim Left As Double
Dim Top As Double
Dim Width As Double
Dim Height As Double
Dim returnValue As TextBox
returnValue = instance.Add(Left, Top, Width, _
Height)
TextBox 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.TextBox