'Declaration
Public Function New( _ ByVal row1 As Integer, _ ByVal col1 As Integer, _ ByVal row2 As Integer, _ ByVal col2 As Integer _ )
'Usage
Dim row1 As Integer Dim col1 As Integer Dim row2 As Integer Dim col2 As Integer Dim instance As New GridCellRange(row1, col1, row2, col2)
Parameters
- row1
- The upper row.
- col1
- The left most column.
- row2
- The bottom row.
- col2
- The right most column.