'Declaration Public Function New( _ ByVal itemIndex As Integer, _ ByVal columnIndex As Integer _ )
'Usage Dim itemIndex As Integer Dim columnIndex As Integer Dim instance As New SelectionCellRange(itemIndex, columnIndex)
public SelectionCellRange( int itemIndex, int columnIndex )
Parameters
- itemIndex
- The item index to use.
- columnIndex
- The column index to use.