[]
Represents NumberDecimalPartField class to define decimal part fields for the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control.
public class NumberDecimalPartField : NumberField, INamedObject
Public Class NumberDecimalPartField
Inherits NumberField
Implements INamedObject
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. |
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. |