ColumnPreferencesSuppressThousandSeparator 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 public bool SuppressThousandSeparator { get; set; }
Public Property SuppressThousandSeparator As Boolean
Get
Set
public:
virtual property bool SuppressThousandSeparator {
bool get () sealed;
void set (bool value) sealed;
}
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