Returns the value at the specified index. This may return
null
. When used with a table, index
corresponds to the column number in the model.
Returns:
value at the specified index
Parameters:
-
index - the index of the value to get
Throws:
-
IndexOutOfBoundsException
- if index < 0 or
>= getValueCount