Excel Reports
ColumnDefinition Constructor



KellermanSoftware.ExcelReports Namespace > ColumnDefinition Class : ColumnDefinition Constructor
The name of the column, must match exactly with the CSV Header Name, Class Property Name, or Data Table Column Name
Setup Defaults
Syntax
Public Function New( _
   ByVal columnName As String _
)
Dim columnName As String
 
Dim instance As New ColumnDefinition(columnName)
public ColumnDefinition( 
   string columnName
)
public:
ColumnDefinition( 
   String^ columnName
)

Parameters

columnName
The name of the column, must match exactly with the CSV Header Name, Class Property Name, or Data Table Column Name
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