IWords::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IWords::Item Property}} | {{#customTitle:IWords::Item Property}} | ||
{{#parentPage:PXV:IWords#Properties|Item|property}} | {{#parentPage:PXV:IWords#Properties|Item|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets/sets item from the words list by index. | |
== Syntax == | == Syntax == | ||
Line 17: | Line 16: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] | + | :[in] Index of the item to get from the list. |
== See Also == | == See Also == | ||
[[PXV:IWords|IWords]] | [[PXV:IWords|IWords]] |
Revision as of 01:03, 3 June 2015
Gets/sets item from the words list by index.
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] BSTR* ppItem); HRESULT put_Item([in] ULONG nIndex, [in] BSTR ppItem);
Parameters
- nIndex
- [in] Index of the item to get from the list.