DataModel.setColumnTitle

Sets the title of the given col in model.

class DataModel
void
setColumnTitle
(
int col
,
string title
)

Parameters

col int

column number

title string

title for the given column.

Meta