[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.FormControls.ISpinner

ISpinner Interface

Represents a spinner control.

Namespace: GrapeCity.Spreadsheet.FormControls
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ISpinner : IFormControl, IDrawingObject
Public Interface ISpinner
    Inherits IFormControl, IDrawingObject

Properties

Name Description
LinkedCell

Gets or sets the worksheet range linked to the control's value. If you place a value in the cell, the control takes this value. Likewise, if you change the value of the control, that value is also placed in the cell.

Max

Gets or sets the maximum value of aspinner range.

Min

Gets or sets the minimum value of a spinner range.

SmallChange

Gets or sets the amount that the spinner is incremented or decremented for a line scroll (when the user chooses an arrow).

Value

Gets or sets an integer value that represents the value of a spinner range.