'Declaration
Public Overloads ReadOnly Property Item( _ ByVal column As Integer, _ ByVal column2 As Integer _ ) As Column
Parameters
- column
- Starting column index
- column2
- 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. |