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