[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.IFormatter

IFormatter Interface

Interface that defines the methods and properties required by objects used as formatters. Formatters are responsible for formatting cell contents.

Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IFormatter
Public Interface IFormatter

Methods

Name Description
Format(object)

Formats the specified object as a string.

Parse(string)

Parses the specified string into the desired object.