'Declaration Public Overloads Function Get( _ ByVal row As Integer _ ) As Row
'Declaration
Public Overloads Function Get( _ ByVal row As Integer _ ) As Row
'Usage Dim instance As Rows Dim row As Integer Dim value As Row value = instance.Get(row)
'Usage
Dim instance As Rows Dim row As Integer Dim value As Row value = instance.Get(row)
public Row Get( int row )
Rows Class Rows Members Overload List