Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package / IControl Interface
Methods

In This Topic
    IControl Interface Members
    In This Topic

    The following tables list the members exposed by IControl.

    Public Methods
     NameDescription
     MethodChange z-index of this control to front.  
     MethodRemove this control from parent.  
     MethodGets the bottom right cell of this control.  
     MethodGets whether the control is enabled.  
     MethodReturns the form control type of this control.  
     MethodGets the height of this control.  
     MethodGets the left margin of this control.  
     MethodGets whether the control is locked.  
     MethodGets the name of this control.  
     MethodThe parent object, typically @code:IWorksheet. In some cases, the type of this property is @code:IControl.  
     MethodGets the way a control is attached to its underlying cells.  
     MethodGets whether the control will be printed.  
     MethodGets the shapes of this control.  
     MethodGets the top margin of this control.  
     MethodGets the top left cell of this control.  
     MethodGets whether the control is visible.  
     MethodGets the width of this control.  
     MethodGets the z-index of this control.  
     MethodSend the Z-Index to back.  
     MethodSets whether the control is enabled.  
     MethodSets the height of this control.  
     MethodSets the left margin of this control.  
     MethodSets whether the control is locked.  
     MethodSets the name of this control.  
     MethodSets the way a control is attached to its underlying cells.  
     MethodSets whether the control will be printed.  
     MethodSets the top margin of this control.  
     MethodSets whether the control is visible.  
     MethodSets the width of this control.  
    Top
    See Also