IPXC_NumberFormatItem::ThousandSep Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_NumberFormatItem::ThousandSep Property}} | {{#customTitle:IPXC_NumberFormatItem::ThousandSep Property}} | ||
+ | {{#parentPage:PXV:IPXC_NumberFormatItem#Properties|ThousandSep|property}} | ||
+ | {{ToReview}} | ||
− | Property '''ThousandSep''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets Value of BSTR . | + | Property '''ThousandSep''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets Value of BSTR containing the text that shall be used between orders of thousands in display of |
− | + | numerical values. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ThousandSep([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_ThousandSep([out, retval] BSTR* ppSeparator); |
− | HRESULT put_ThousandSep([in] BSTR | + | HRESULT put_ThousandSep([in] BSTR ppSeparator); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] |
Latest revision as of 23:57, 30 March 2016
Property ThousandSep of interface IPXC_NumberFormatItem returns/sets Value of BSTR containing the text that shall be used between orders of thousands in display of
numerical values.
Syntax
HRESULT get_ThousandSep([out, retval] BSTR* ppSeparator); HRESULT put_ThousandSep([in] BSTR ppSeparator);