Spread.Services Documentation
NumberFormatType Enumeration
GrapeCity.Documents.Spread Namespace : NumberFormatType Enumeration
Specifies the type of format for the data.
Syntax
public enum NumberFormatType : System.Enum 
Members
MemberDescription
DateTime [2] Formats the data using the date-time formatter.
General [0] Formats the data using the general formatter.
Number [1] Formats the data using the number formatter.
Text [3] Formats the data using the text formatter.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.NumberFormatType

See Also

Reference

GrapeCity.Documents.Spread Namespace