Gets the
TableRow object corresponding to the row at the specified index in the containing
RenderTable. Note that a
TableRow will be created if it has not been initialized for that row index yet. Use
TableRowCollection.FindRow to get a row without creating it.
'宣言
Public ReadOnly Default Property Item( _
ByVal As System.Integer _
) As TableRow
'使用法
Dim instance As TableRowCollection
Dim index As System.Integer
Dim value As TableRow
value = instance.Item(index)
public TableRow this[
System.int
]; {get;}
パラメータ
- index
- The row index in the containing table.
プロパティ値
The
TableRow at the specified index in the table.