[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IRangeBase

Interface IRangeBase

Namespace
GrapeCity.Documents.Excel.Forms
Assembly
GcDocs.Excel.dll

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

public interface IRangeBase : ICellLinkControl<int>, ICellLinkControl, IControl
Inherited Members

Properties

Max

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

int Max { get; set; }

Property Value

int

[0,30000]

Min

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

int Min { get; set; }

Property Value

int

[0,30000]

SmallChange

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

int SmallChange { get; set; }

Property Value

int

[0,30000]