'Declaration
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As DataRowView
public DataRowView this[ int index ]; {get;}
Parameters
- index
- Index of the item to return.
'Declaration
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As DataRowView
public DataRowView this[ int index ]; {get;}