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

In This Topic
    IScrollBar Interface Members
    In This Topic

    The following tables list the members exposed by IScrollBar.

    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 Gets or sets a value to be added to or subtracted from the value of a RangeBase control.  
     Property The left margin of this control. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
     PropertyGets or sets a cell reference to bind the GrapeCity.Documents.Excel.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. (Inherited from GrapeCity.Documents.Excel.Forms.IRangeBase)
     Property Gets or sets the minimum possible value of the range element. (Inherited from GrapeCity.Documents.Excel.Forms.IRangeBase)
     Property Gets or sets the name of this control. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
     PropertyGets or sets whether the IScrollBar is displayed horizontally or vertically.  
     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. (Inherited from GrapeCity.Documents.Excel.Forms.IRangeBase)
     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 Copy this control to the destination position. (Inherited from GrapeCity.Documents.Excel.Forms.IControl<IScrollBar>)
     Method Cut this control and paste to the destination position. (Inherited from GrapeCity.Documents.Excel.Forms.IControl<IScrollBar>)
     Method Remove this control from parent. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
     Method Copy this control to the default destination position. (Inherited from GrapeCity.Documents.Excel.Forms.IControl<IScrollBar>)
     Method Send the Z-Index to back. (Inherited from GrapeCity.Documents.Excel.Forms.IControl)
    Top
    See Also