IPXC_NumberFormatItem::UnitsAsPrefix Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_NumberFormatItem::UnitsAsPrefix Property}} | {{#customTitle:IPXC_NumberFormatItem::UnitsAsPrefix Property}} | ||
{{#parentPage:PXV:IPXC_NumberFormatItem#Properties|UnitsAsPrefix|property}} | {{#parentPage:PXV:IPXC_NumberFormatItem#Properties|UnitsAsPrefix|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property '''UnitsAsPrefix''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets Value of VARIANT_BOOL | + | Property '''UnitsAsPrefix''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets Value of VARIANT_BOOL containing text that shall be concatenated to the left of the label. |
== Syntax == | == Syntax == |
Revision as of 00:55, 31 March 2016
Property UnitsAsPrefix of interface IPXC_NumberFormatItem returns/sets Value of VARIANT_BOOL containing text that shall be concatenated to the left of the label.
Syntax
HRESULT get_UnitsAsPrefix([out, retval] VARIANT_BOOL* pVal); HRESULT put_UnitsAsPrefix([in] VARIANT_BOOL pVal);