Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IFormatter Interface
Members


In This Topic
    IFormatter Interface
    In This Topic
    Interface that defines the methods and properties required by objects used as formatters.
    Object Model
    IFormatter Interface
    Syntax
    'Declaration
     
    Public Interface IFormatter 
    'Usage
     
    Dim instance As IFormatter
    public interface IFormatter 
    Remarks
    Formatters are responsible for formatting cell contents.
    See Also