Excel Reports
ColumnName Property



KellermanSoftware.ExcelReports Namespace > ColumnDefinition Class : ColumnName Property
The name of the column, must match exactly with the CSV Header Name, Class Property Name, or Data Table Column Name
Syntax
Public Property ColumnName As String
Dim instance As ColumnDefinition
Dim value As String
 
instance.ColumnName = value
 
value = instance.ColumnName
public string ColumnName {get; set;}
public:
property String^ ColumnName {
   String^ get();
   void set (    String^ 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