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