'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 _ )
public CellRange( int row1, int col1, int row2, int col2 )
CellRange Structure CellRange Members Overload List