IPXC_NumberFormatArray::Insert Method

From PDF XChange PDF SDK
Revision as of 00:44, 31 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

See Also

IPXC_NumberFormatArray