[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartField

NumberDecimalPartField Class

Represents NumberDecimalPartField class to define decimal part fields for the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control.

Inheritance
NumberDecimalPartField
Implements
Namespace: GrapeCity.Win.Spread.InputMan.CellType.Fields
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public class NumberDecimalPartField : NumberField, INamedObject
Public Class NumberDecimalPartField
    Inherits NumberField
    Implements INamedObject

Properties

Name Description
MaxDigits

Gets or sets the optional digits of the field.

MinDigits

Gets or sets the required digits of the field.

SpinIncrement

Gets or sets the spin increment.

Value

Gets or sets the value of the decimal part.

Methods

Name Description
SpinDown()

Performs spin down behavior.

SpinDown(int)

Performs spin down with the specified increment parameters.

SpinUp()

Performs spin up behavior.

SpinUp(int)

Performs spin up with the specified increment parameters.