Spread.Services Documentation
FormatMode Enumeration
GrapeCity.Documents.Spread Namespace : FormatMode Enumeration
Specifies the format string mode for a formatter.
Syntax
public enum FormatMode : System.Enum 
Members
MemberDescription
CustomMode [0] Indicates whether to format the value with the Excel-compatible format string.
StandardDateTimeMode [1] Indicates whether to format the value with the standard date-time format.
StandardNumericMode [2] Indicates whether to format the value with the standard numeric format.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Documents.Spread Namespace