DataModel.getColumnIndex

Get the index of the first column named name in model.

interface DataModel
int
getColumnIndex
(
string name
)

Parameters

name string

a column name

Return Value

Type: int

the column index, or -1 if no column named name was found