[]
Represents the editing data.
public struct EditingData
Public Structure EditingData
| Name | Description |
|---|---|
| Empty | Gets the default value for editing data. |
| Error | Gets the EditingData value which represents an error editing. |
| Name | Description |
|---|---|
| Formula | Gets or sets the editing formula. |
| IsError | Gets a boolean value indicating whether this value represents an error editing value. |
| Message | Gest a string value indicating the message to display. |
| NumberFormatId | Gets or sets an integer value indicating the number format ID. |
| Value | Gets or sets the editing value. |
| WrapText | Gets or sets a boolean value indicating the wrap text state of the editing cell. |
| Name | Description |
|---|---|
| FromFormula(string) | Gets an EditingData value which represents an inputted formula. |
| FromValue(object) | Gets an EditingData value which represents an inputted value. |