DataModel.getColumnPosition

Gets the position of a column on the data model, based on the column's title.

class DataModel
int
getColumnPosition
(
string title
)

Parameters

title string

column title.

Return Value

Type: int

the position of the column in the data model, or -1 if the column could not be found.

Meta