Language Reference Guide : 4. System Classes : ColumnField Class : CellAttribute Method
 
Share this page                  
CellAttribute Method
The CellAttribute method retrieves the cell attribute for a specified record.
This method has the following syntax:
cellattribute = ColumnField.CellAttribute(record = integer)
This method has the following parameter:
record
Specifies the row to be accessed
If a column has no cell attributes or the record refers to a row that does not exist, this method returns a null. If the row is valid, do not keep the cell attribute and try to use it after insertions or deletions have been done on the table field, because the row can change or be deleted.