'Declaration Public Overloads ReadOnly Property Item( _ ByVal column As Integer, _ ByVal column2 As Integer _ ) As Column
Parameters
- column
- Beginning of range of columns
- column2
- End of range of columns specified
'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. |