Excel Reports
HeaderText Property



KellermanSoftware.ExcelReports Namespace > ColumnDefinition Class : HeaderText Property
The text for the header of the column
Syntax
Public Property HeaderText As String
Dim instance As ColumnDefinition
Dim value As String
 
instance.HeaderText = value
 
value = instance.HeaderText
public string HeaderText {get; set;}
public:
property String^ HeaderText {
   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