Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Forms Namespace / IControl Interface
Properties Methods

In This Topic
    IControl Interface Members
    In This Topic

    The following tables list the members exposed by IControl.

    Public Properties
     NameDescription
     Property Gets the bottom right cell of this control.  
     Property Indicates whether the control is enabled.  
     Property Returns the form control type of this control.  
     Property The height of this control.  
     Property The left margin of this control.  
     Property Indicates whether the control is locked.  
     Property Gets or sets the name of this control.  
     PropertyThe parent object, typically GrapeCity.Documents.Excel.IWorksheet. In some cases, the type of this property is IControl.  
     Property Gets or sets the way a control is attached to its underlying cells.  
     Property Indicates whether the control will be printed.  
     Property The shapes of this control.  
     Property The top margin of this control.  
     Property Gets the top left cell of this control.  
     Property Indicates whether the control is visible.  
     Property The width of this control.  
     Property The z-index of this control.  
    Top
    Public Methods
     NameDescription
     Method Change z-index of this control to front.  
     Method Remove this control from parent.  
     Method Send the Z-Index to back.  
    Top
    See Also