IPXC_NumberFormatArray::Insert Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_NumberFormatArray::Insert Method}} | {{#customTitle:IPXC_NumberFormatArray::Insert Method}} | ||
− | {{#parentPage:PXV:IPXC_NumberFormatArray|Insert | + | {{#parentPage:PXV:IPXC_NumberFormatArray#Methods|Insert|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Inserts given [[PXV:IPXC_NumberFormatItem|number format item]] in the number format array. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 13: | ||
== Parameters == | == Parameters == | ||
;pItem | ;pItem | ||
− | :[in] Pointer to [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]]. | + | :[in] Pointer to [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] containing the number format item that will be inserted. |
;nIndex | ;nIndex | ||
− | :[in, defaultvalue(-1)] Value of ULONG. | + | :[in, defaultvalue(-1)] Value of ULONG containing the item insert index. |
== Return Value == | == Return Value == | ||
Line 21: | Line 21: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]] |
Latest revision as of 23:44, 30 March 2016
Inserts given number format item in the number format array.
Syntax
HRESULT Insert([in] IPXC_NumberFormatItem* pItem, [in, defaultvalue(-1)] ULONG nIndex);
Parameters
- pItem
- [in] Pointer to IPXC_NumberFormatItem containing the number format item that will be inserted.
- nIndex
- [in, defaultvalue(-1)] Value of ULONG containing the item insert index.
Return Value
Returns S_OK if operation was successful or error code in other cases.