IPXC_NumberFormatItem::DecimalSep Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NumberFormatItem::DecimalSep Property}}
 
{{#customTitle:IPXC_NumberFormatItem::DecimalSep Property}}
{{#parentPage:PXV:IPXC_NumberFormatItem|DecimalSep Property|property}}
+
{{#parentPage:PXV:IPXC_NumberFormatItem#Properties|DecimalSep|property}}
{{ToWrite}}
+
 
{{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 ==
Line 14: Line 14:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]].
+
[[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]]

Latest revision as of 00:53, 31 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);

See Also

IPXC_NumberFormatItem