Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Forms Namespace / IControlCollection Interface / AddDropDown Method
In This Topic
    AddDropDown Method
    In This Topic
    Adds a new IDropDown.
    Syntax
    IDropDown AddDropDown( 
       System.double left,
       System.double top,
       System.double width,
       System.double height
    )

    Parameters

    left
    top
    width
    height
    See Also