'Declaration Public Function New( _ ByVal row As Integer, _ ByVal col As Integer _ )
'Declaration
Public Function New( _ ByVal row As Integer, _ ByVal col As Integer _ )
'Usage Dim row As Integer Dim col As Integer Dim instance As New GridCellRange(row, col)
'Usage
Dim row As Integer Dim col As Integer Dim instance As New GridCellRange(row, col)
public GridCellRange( int row, int col )
GridCellRange Class GridCellRange Members Overload List