CheckBoxes.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 CheckBox
'Usage
Dim instance As CheckBoxes
Dim Left As Double
Dim Top As Double
Dim Width As Double
Dim Height As Double
Dim returnValue As CheckBox

returnValue = instance.Add(Left, Top, Width, _
    Height)
CheckBox Add(
    double Left,
    double Top,
    double Width,
    double Height
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Excel.CheckBox

See Also

Reference

CheckBoxes Interface

CheckBoxes Members

Microsoft.Office.Interop.Excel Namespace