SMART datagrid v.1 > Classes > DataSet
Return DataField object which is located in parameter index among the fields added in data set.
If the index is the value beyond the range, that is, if it is less than 0 or greater than fieldCount, it will return null.
var field = dataset.getField(0);
field.setAmText("A.M.");