[]
Represents the format setting of a cell type in edit mode.
public class DoubleCellType.EditModeSettings : EditModeSettings
Public Class DoubleCellType.EditModeSettings
Inherits EditModeSettings
| Name | Description |
|---|---|
| EditModeSettings(DoubleCellType) |
| Name | Description |
|---|---|
| DecimalDigits | Gets or sets the number of decimal digits to display in edit mode. |
| FixedPoint | Gets or sets whether to display placeholder zeros in the decimal portion of the number for a fixed-point numeric display in edit mode. |
| NumberFormat | Gets or sets a NumberFormatInfo that defines the format for editing a number. |
| Name | Description |
|---|---|
| Apply() | Applies format settings to the specified formatter. |
| Restore() | Restores saved format settings to the specified formatter. |
| Save() | Saves the current format settings. |