IWords::Insert Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IWords::Insert Method}} | {{#customTitle:IWords::Insert Method}} | ||
{{#parentPage:PXV:IWords#Methods|Insert|method}} | {{#parentPage:PXV:IWords#Methods|Insert|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Inserts item into words list. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== Parameters == | == Parameters == | ||
;pItem | ;pItem | ||
− | :[in] | + | :[in] Item that would be inserted into the words list. |
;nIndex | ;nIndex | ||
− | :[in, defaultvalue(-1)] | + | :[in, defaultvalue(-1)] The index in the words list where the item would be inserted. |
== Return Value == | == Return Value == |
Revision as of 00:45, 3 June 2015
Inserts item into words list.
Syntax
HRESULT Insert([in] BSTR pItem, [in, defaultvalue(-1)] ULONG nIndex);
Parameters
- pItem
- [in] Item that would be inserted into the words list.
- nIndex
- [in, defaultvalue(-1)] The index in the words list where the item would be inserted.
Return Value
Returns S_OK if operation was successful or error code in other cases.