DrillDownColumnFormat Property |
|
DataPA OpenAnalytics API Reference
Gets the format string 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 ColumnFormat (
ColumnName As String
) As String
Get
public:
virtual property String^ ColumnFormat[String^ ColumnName] {
String^ get (String^ ColumnName) sealed;
}
function get_ColumnFormat(ColumnName);
Parameters
- ColumnName
- Type: SystemString
The column you widh to retrieve the format of.
Return Value
Type:
StringThe format string for a given column in this drill down.
Remarks See Also