IPXC_NumberFormatItem::ThousandSep Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
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 ... | ||
+ | |||
== 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 == | ||
See also [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]]. | See also [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]]. |
Revision as of 08:18, 21 April 2015
Property ThousandSep of interface IPXC_NumberFormatItem returns/sets Value of BSTR ...
Syntax
HRESULT get_ThousandSep([out, retval] BSTR* ppSeparator); HRESULT put_ThousandSep([in] BSTR ppSeparator);
See Also
See also IPXC_NumberFormatItem.