[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IRangeBase

IRangeBase Interface

Represents an element that has a value within a specific range.

Namespace: GrapeCity.Documents.Excel.Forms
Assembly: DS.Documents.Excel.dll
Syntax
public interface IRangeBase : ICellLinkControl<int>, ICellLinkControl, IControl
Public Interface IRangeBase
    Inherits ICellLinkControl(Of Integer), ICellLinkControl, IControl

Properties

Name Description
Max

Gets or sets the highest possible value of the range element.

Min

Gets or sets the minimum possible value of the range element.

SmallChange

Gets or sets a value to be added to or subtracted from the value of a RangeBase control.