IPXC_NumberFormatArray::Insert Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NumberFormatArray::Insert Method}}
 
{{#customTitle:IPXC_NumberFormatArray::Insert Method}}
 +
{{#parentPage:PXV:IPXC_NumberFormatArray#Methods|Insert|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Inserts given [[PXV:IPXC_NumberFormatItem|number format item]] in the number format array.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Insert([in] IPXC_NumberFormatItem* pItem, [in, defaultvalue(-1)] ULONG nIndex);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Insert([in]                   IPXC_NumberFormatItem* pItem,
 +
              [in, defaultvalue(-1)] ULONG                   nIndex);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pItem''
+
;pItem
:[in]  Pointer to [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]].
+
:[in]  Pointer to [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] containing the number format item that will be inserted.
;''nIndex''
+
;nIndex
:[in, defaultvalue(-1)]  Value of ULONG.
+
:[in, defaultvalue(-1)]  Value of ULONG containing the item insert index.
  
 
== Return Value ==
 
== Return Value ==
Line 17: Line 21:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]].
+
[[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]]

Latest revision as of 00:44, 31 March 2016


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