'Declaration Public Function Find( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Table
'Declaration
Public Function Find( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Table
'Usage Dim instance As Tables Dim row As Integer Dim column As Integer Dim value As Table value = instance.Find(row, column)
'Usage
Dim instance As Tables Dim row As Integer Dim column As Integer Dim value As Table value = instance.Find(row, column)
public Table Find( int row, int column )
Tables Class Tables Members