'Declaration Public Function Contains( _ ByVal row As Integer, _ ByVal col As Integer _ ) As Boolean
'Declaration
Public Function Contains( _ ByVal row As Integer, _ ByVal col As Integer _ ) As Boolean
public bool Contains( int row, int col )
CellRange Structure CellRange Members