IPXC_NumberFormatItem::DecimalSep Property

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
{{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 ==

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