Gets the text shown in the column header.
Syntax
'Declaration
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1024:UsePropertiesWhereAppropriate",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Overridable Function GetColumnText() As System.String
[System.Diagnostics.CodeAnalysis.SuppressMessage(Category="Microsoft.Design",
CheckId="CA1024:UsePropertiesWhereAppropriate",
Scope="",
Target="",
MessageId="",
Justification="")]
public virtual System.string GetColumnText()
See Also