set_column_name
Description:
[
Version ( since =
"3.2" ) ]
public void set_column_name (
int col,
string name)
Sets the name
of the given col
in this, and if its title is not set, also sets the
title to name
.
Parameters:
this |
a DataModel object.
|
col |
column number
|
name |
name for the given column.
|