Excel Reports
CellFormat Enumeration



KellermanSoftware.ExcelReports Namespace : CellFormat Enumeration
Specify the Excel Cell Format
Syntax
Public Enum CellFormat 
   Inherits System.Enum
Dim instance As CellFormat
public enum CellFormat : System.Enum 
public enum class CellFormat : public System.Enum 
Members
MemberDescription
Currency Excel Currency Format
CustomExcel Format using a custom Excel format specifier
CustomNet Format using a custom .NET format specifier
DateAndTime Show both the date and the time
General Excel General Format
Integer Format a number as an integer
LongDate Format a date in a verbose format
Percent Excel Percent Format
Real Format a number as a real number with two decimal places
Scientific Format a number in scientific format
ShortDate Format a date in a short format
Text Everything formatted as text even if it is something other than a text data type
Time Format as a time
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.ExcelReports.CellFormat

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.ExcelReports Namespace