SummaryDataTotalHeader Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the string used as a title for a header row
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string TotalHeader { get; set; }
Public Property TotalHeader As String
Get
Set
public:
virtual property String^ TotalHeader {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_TotalHeader();
function set_TotalHeader(value);
Property Value
Type:
StringThe string used as a title for a header row
Return Value
Type:
StringThe string used as a title for a header row
Remarks See Also