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

    Parameters

    left
    top
    width
    height
    See Also