[]
Represents the cell type of a cell.
public interface ICellType : ICloneable<ICellType>
Public Interface ICellType
Inherits ICloneable(Of ICellType)
| Name | Description |
|---|---|
| GetFormatter(CultureInfo) | Gets the formatter which represents the behavior of this cell type. |
| Parse(string) | Parses the specified string to the data type of the cell type and returns it as an object. |
| ToNumberFormat() | Converts this cell type to the corresponding NumberFormat value. |