DataPA Enterprise Dashboard Controls API Reference
Gets the column heading for a given column in this drill down.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string this[
string ColumnName
] { get; } |
Visual Basic |
---|
Public ReadOnly Property ColumnHeading (
ColumnName As String
) As String
Get |
Visual C++ |
---|
public:
virtual property String^ ColumnHeading[String^ ColumnName] {
String^ get (String^ ColumnName) sealed;
} |
Parameters
- ColumnName
- Type: System..::..String
The column you wish to retrieve the ColumnHeading of.
Return Value
Type:
StringThe column heading for a given column in this drill down.
Remarks
See Also