[]
Interface that supports formatting cell contents on edit mode.
public interface IEditFormatter
Public Interface IEditFormatter
| Name | Description |
|---|---|
| Format(object) | Formats the object as a string. |
| Parse(string) | Parses the specified string to an object. |