GrapeCity.Documents.Excel.Forms Namespace / IRangeBase Interface
Properties Methods

IRangeBase Interface Members

The following tables list the members exposed by IRangeBase.

Public Properties
 NameDescription
 Property Gets the bottom right cell of this control. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 Property Use 3D style. (Inherited from GrapeCity.Documents.Excel.Forms.ICellLinkControl)
 Property Indicates whether the control is enabled. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 Property Returns the form control type of this control. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 Property The height of this control. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 Property The left margin of this control. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 PropertyGets or sets a cell reference to bind the Value property and the GrapeCity.Documents.Excel.IRange.Value property of a cell with the two-way binding mode. (Inherited from GrapeCity.Documents.Excel.Forms.ICellLinkControl)
 Property Indicates whether the control is locked. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 Property Gets or sets the highest possible value of the range element.  
 Property Gets or sets the minimum possible value of the range element.  
 Property Gets or sets the name of this control. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 PropertyThe parent object, typically GrapeCity.Documents.Excel.IWorksheet. In some cases, the type of this property is IControl. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 Property Gets or sets the way a control is attached to its underlying cells. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 Property Indicates whether the control will be printed. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 Property The shapes of this control. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 Property Gets or sets a value to be added to or subtracted from the value of a RangeBase control.  
 Property The top margin of this control. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 Property Gets the top left cell of this control. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 PropertyThe value that is used to bind ICellLinkControl.LinkedCell. (Inherited from GrapeCity.Documents.Excel.Forms.ICellLinkControl<int>)
 Property Indicates whether the control is visible. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 Property The width of this control. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 Property The z-index of this control. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
Top
Public Methods
 NameDescription
 Method Change z-index of this control to front. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 Method Remove this control from parent. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
 Method Send the Z-Index to back. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
Top
See Also