QueryThousandSeparator Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the thousand separator
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public char ThousandSeparator { get; set; }
Public Property ThousandSeparator As Char
Get
Set
public:
virtual property wchar_t ThousandSeparator {
wchar_t get () sealed;
void set (wchar_t value) sealed;
}
function get_ThousandSeparator();
function set_ThousandSeparator(value);
Property Value
Type:
CharThe thousand separator
Return Value
Type:
CharThe thousand separator
Remarks See Also