DataModel.setColumnName

Sets the name of the given col in model, and if its title is not set, also sets the title to name.

interface DataModel
void
setColumnName
(
int col
,
string name
)

Parameters

col int

column number

name string

name for the given column.