Excel Reports
Format Property



KellermanSoftware.ExcelReports Namespace > ColumnDefinition Class : Format Property
The Excel Format to use
Syntax
Public Property Format As Nullable(Of CellFormat)
Dim instance As ColumnDefinition
Dim value As Nullable(Of CellFormat)
 
instance.Format = value
 
value = instance.Format
public Nullable<CellFormat> Format {get; set;}
public:
property Nullable<CellFormat> Format {
   Nullable<CellFormat> get();
   void set (    Nullable<CellFormat> value);
}
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