'Declaration Public Overloads ReadOnly Property Item( _ ByVal column As Integer, _ ByVal column2 As Integer _ ) As Column
Parameters
- column
- The starting column index.
- column2
- The ending column index.
'Declaration Public Overloads ReadOnly Property Item( _ ByVal column As Integer, _ ByVal column2 As Integer _ ) As Column
Exception | Description |
---|---|
System.IndexOutOfRangeException | Specified column index is out of range. It must be less than the column count or -1 for all. |