IPXC_NumberFormatArray::Insert Method
From PDF XChange PDF SDK
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.