Public Enum CellFormat Inherits System.Enum
Dim instance As CellFormat
public enum CellFormat : System.Enum
public enum class CellFormat : public System.Enum
Public Enum CellFormat Inherits System.Enum
Dim instance As CellFormat
public enum CellFormat : System.Enum
public enum class CellFormat : public System.Enum
Member | Description |
---|---|
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 |
System.Object
System.ValueType
System.Enum
KellermanSoftware.ExcelReports.CellFormat
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