IPXC_NumberFormatItem::DecimalSep Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_NumberFormatItem::DecimalSep Property}} | {{#customTitle:IPXC_NumberFormatItem::DecimalSep Property}} | ||
{{#parentPage:PXV:IPXC_NumberFormatItem#Properties|DecimalSep|property}} | {{#parentPage:PXV:IPXC_NumberFormatItem#Properties|DecimalSep|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property '''DecimalSep''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets Value of BSTR | + | Property '''DecimalSep''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets Value of BSTR containing the text that shall be used as the decimal position in displaying |
+ | numerical values. | ||
== Syntax == | == Syntax == |
Latest revision as of 23:53, 30 March 2016
Property DecimalSep of interface IPXC_NumberFormatItem returns/sets Value of BSTR containing the text that shall be used as the decimal position in displaying
numerical values.
Syntax
HRESULT get_DecimalSep([out, retval] BSTR* ppSeparator); HRESULT put_DecimalSep([in] BSTR ppSeparator);