IPXC_NumberFormatArray::Remove Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_NumberFormatArray::Remove Method}}
 
{{#customTitle:IPXC_NumberFormatArray::Remove Method}}
 
{{#parentPage:PXV:IPXC_NumberFormatArray#Methods|Remove|method}}
 
{{#parentPage:PXV:IPXC_NumberFormatArray#Methods|Remove|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Removes given number of the [[PXV:IPXC_NumberFormatItem|number format items]] starting from given index.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the starting index of the items that will be removed.
 
;nCount
 
;nCount
:[in, defaultvalue(1)]  Value of ULONG.
+
:[in, defaultvalue(1)]  Value of ULONG containing the number of items that will be removed.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 00:46, 31 March 2016


Removes given number of the number format items starting from given index.

Syntax

HRESULT Remove([in]                   ULONG  nIndex,
               [in, defaultvalue(1)]  ULONG  nCount);

Parameters

nIndex
[in] Value of ULONG containing the starting index of the items that will be removed.
nCount
[in, defaultvalue(1)] Value of ULONG containing the number of items that will be removed.

Return Value

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

See Also

IPXC_NumberFormatArray