IPXC_NumberFormatArray::Item Property

From PDF XChange PDF SDK
Revision as of 23:47, 30 March 2016 by Palamar (Talk | contribs)

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


Property Item of interface IPXC_NumberFormatArray returns Pointer to IPXC_NumberFormatItem containing the item in array by given index.

Syntax

HRESULT get_Item([in]           ULONG                    nIndex,
                 [out, retval]  IPXC_NumberFormatItem**  ppItem);

Parameters

nIndex
[in] Value of ULONG containing item's index.

See Also

IPXC_NumberFormatArray