SetValue Method (ITableCellBase)
Sets the cell contents to the specified value.

C# Syntax

void SetValue( 
   string value
)

Parameters

value
The possible values depend on the type of cell. For example, values may be "ON" or "OFF" for a check box, or limited to the values of a combo box.