IPXC_NumberFormatArray::Item Property

From PDF XChange PDF SDK
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