[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ICellType

ICellType Interface

Represents the cell type of a cell.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ICellType : ICloneable<ICellType>
Public Interface ICellType
    Inherits ICloneable(Of ICellType)

Methods

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.