DataModelT.getColumnIndex

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

template DataModelT()
override
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