'Declaration Public Function New( _ ByVal itemStartIndex As Integer, _ ByVal columnStartIndex As Integer, _ ByVal itemEndIndex As Integer, _ ByVal columnEndIndex As Integer _ )
'Usage Dim itemStartIndex As Integer Dim columnStartIndex As Integer Dim itemEndIndex As Integer Dim columnEndIndex As Integer Dim instance As New SelectionCellRange(itemStartIndex, columnStartIndex, itemEndIndex, columnEndIndex)
public SelectionCellRange( int itemStartIndex, int columnStartIndex, int itemEndIndex, int columnEndIndex )
Parameters
- itemStartIndex
- The index of the data item at the start of the range.
- columnStartIndex
- The index of the column at the start of the range.
- itemEndIndex
- The index of the data item at the end of the range.
- columnEndIndex
- The index of the column at the end of the range.