IPXC_NumberFormatArray::CreateNewItem Method

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

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


Creates new number format item.

Syntax

HRESULT CreateNewItem([out, retval]  IPXC_NumberFormatItem**  ppItem);

Parameters

ppItem
[out, retval] Pointer to IPXC_NumberFormatItem containing the newly created number format item.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_NumberFormatArray