Excel Reports
CustomFormatString Property



KellermanSoftware.ExcelReports Namespace > ColumnDefinition Class : CustomFormatString Property
A .NET Custom Format String or Excel Custom Format String. Set the CellFormat to CustomNet or CustomExcel respectively.
Syntax
Public Property CustomFormatString As String
Dim instance As ColumnDefinition
Dim value As String
 
instance.CustomFormatString = value
 
value = instance.CustomFormatString
public string CustomFormatString {get; set;}
public:
property String^ CustomFormatString {
   String^ get();
   void set (    String^ value);
}
Remarks

Example .NET Format For Numbers:

https

Example .NET Format For Dates:

https

Reference for Excel Formats:

https

Examples for Excel Custom Format:

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

ColumnDefinition Class
ColumnDefinition Members