NumericFormatProviderSuppressThousandSeparator Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if numeric values should suppress the thousand separator.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax bool SuppressThousandSeparator { get; set; }
Property SuppressThousandSeparator As Boolean
Get
Set
property bool SuppressThousandSeparator {
bool get ();
void set (bool value);
}
function get_SuppressThousandSeparator();
function set_SuppressThousandSeparator(value);
Property Value
Type:
BooleanTrue if numeric values should suppress the thousand separator
Return Value
Type:
BooleanTrue if numeric values should suppress the thousand separator
Remarks See Also