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

    Parameters

    left
    top
    width
    height
    See Also