In This Topic
Gets the cell at the specified row index and column index.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As RtfCell
public RtfCell this[
System.int ,
System.int
]; {get;}
Parameters
- row
- col
Property Value
The Word/RTF table cell.
See Also