GridView.setIsEditable

Syntax

setIsEditable (editMode);

Parameters

editMode. Determines if table cells are editable. If this parameter is set to True, the cells are editable. If the parameter is set to False, cells data cannot be edited.

Description

The setIsEditable method determines whether data in the table cells is editable.

Example

The example of method use is given in description of the DataAreaView.ActiveSheetChanged event.

See also:

GridView