'Declaration Public Function New( _ ByVal row As Integer, _ ByVal column As Integer _ )
'Declaration
Public Function New( _ ByVal row As Integer, _ ByVal column As Integer _ )
'Usage Dim row As Integer Dim column As Integer Dim instance As New CellInfoRange(row, column)
'Usage
Dim row As Integer Dim column As Integer Dim instance As New CellInfoRange(row, column)
public CellInfoRange( int row, int column )
CellInfoRange Class CellInfoRange Members