IPXC_NumberFormatArray::Remove Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_NumberFormatArray::Remove Method}} | {{#customTitle:IPXC_NumberFormatArray::Remove Method}} | ||
− | {{#parentPage:PXV:IPXC_NumberFormatArray#Methods|Remove | + | {{#parentPage:PXV:IPXC_NumberFormatArray#Methods|Remove|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Removes given number of the [[PXV:IPXC_NumberFormatItem|number format items]] starting from given index. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing the starting index of the items that will be removed. |
;nCount | ;nCount | ||
− | :[in, defaultvalue(1)] Value of ULONG. | + | :[in, defaultvalue(1)] Value of ULONG containing the number of items that will be removed. |
== Return Value == | == Return Value == | ||
Line 22: | Line 21: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]] | + | [[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]] |
Latest revision as of 23:46, 30 March 2016
Removes given number of the number format items starting from given index.
Syntax
HRESULT Remove([in] ULONG nIndex, [in, defaultvalue(1)] ULONG nCount);
Parameters
- nIndex
- [in] Value of ULONG containing the starting index of the items that will be removed.
- nCount
- [in, defaultvalue(1)] Value of ULONG containing the number of items that will be removed.
Return Value
Returns S_OK if operation was successful or error code in other cases.