Item Property (RtfListTable)
In This Topic
Gets or sets the Word/RTF list table item at the specified index within the collection.
Syntax
'Declaration
Public Shadows Default Property Item( _
ByVal As System.Integer _
) As IRtfList
public new IRtfList this[
System.int
]; {get; set;}
Parameters
- index
Property Value
The Word/RTF list table item.
See Also