public GridCellRange( int row1, int col1, int row2, int col2 )
'Declaration Public Function New( _ ByVal row1 As Integer, _ ByVal col1 As Integer, _ ByVal row2 As Integer, _ ByVal col2 As Integer _ )
'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)
'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)
GridCellRange Class GridCellRange Members Overload List