Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface
Properties Methods

In This Topic
    IFormatter Interface Members
    In This Topic

    The following tables list the members exposed by IFormatter.

    Public Properties
     NameDescription
     PropertyGets the culture for the current formatter.  
     PropertyGets the format code for this formatter.  
     PropertyGets the total number of sections in the number format.  
    Top
    Public Methods
     NameDescription
     MethodGets a value indicating whether this IFormatter contains currency number format in the section formatter.  
     MethodGets a value indicating whether this IFormatter contains Day, Month or Year in the section formatter.  
     MethodGets a value indicating whether this Formatter contains at least one Date section formatter.  
     MethodGets a value indicating whether this IFormatter contains fraction number format in the section formatter.  
     MethodGets a value indicating whether this IFormatter contains group separator in the section formatter.  
     MethodGets a value indicating whether this IFormatter contains number format in the section formatter.  
     MethodGets a value indicating whether this IFormatter contains percentage number format in the section formatter.  
     MethodGets a value indicating whether this IFormatter contains scientific format in the section formatter.  
     MethodGets a value indicating whether this Formatter contains at least one Time section formatter.  
     MethodOverloaded. Formats the specified date to display text.  
     MethodGets a value indicating the decimal part's length of section inside IFormatter.  
     MethodDetermines whether the current formatter is general formatter for date values.  
     MethodDetermines whether the formatter customize the exported cell value.  
     MethodDetermines whether the specified numeric value is formatted as numeric.  
     MethodOverloaded. Determines whether the specified numeric value is formatted as text.  
     MethodIndicates whether the current formatter will format negative value with the specified color.  
     MethodDetermines whether the current formatter formats number with DBNum.  
     MethodIndicates whether the current formatter will format positive value with the parentheses.  
     MethodDetermines whether the current formatter is general formatter.  
     Method  
     MethodParse the specified text to a cell value.  
    Top
    See Also