DrillDownColumnHeading Property |
|
DataPA OpenAnalytics 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 public string this[
string ColumnName
] { get; }
Public ReadOnly Property ColumnHeading (
ColumnName As String
) As String
Get
public:
virtual property String^ ColumnHeading[String^ ColumnName] {
String^ get (String^ ColumnName) sealed;
}
function get_ColumnHeading(ColumnName);
Parameters
- ColumnName
- Type: SystemString
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