[]
Represents NumberIntegerPartField class to define integer part fields for the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control.
public class NumberIntegerPartField : NumberField, INamedObject
Public Class NumberIntegerPartField
Inherits NumberField
Implements INamedObject
| Name | Description |
|---|---|
| GroupSeparator | Gets or sets the character that separates groups of digits to the left of the decimal in numeric values. |
| GroupSizes | Gets or sets the number of digits in each group to the left of the decimal in numeric values. |
| 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 of the field. |
| Value | Gets or sets the value of the integer 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. |