CAViewer::SetCellEditEnabled

CAViewer class

Enables or disables Cell Editing in the Data View window.

BOOL SetCellEditEnabled(
  BOOL onoroff
  );

Parameters

onoroff
If set to TRUE, Cell Editing is enabled; if set to FALSE, Cell Editing is disabled.

Return Value

Returns TRUE if the operation was successful; otherwise, FALSE.

Remarks

When Cell Editing is enabled, double-clicking on a cell turns the cell into edit mode, so you can edit the cell. When disabled, double-clicking does not turn the cell into edit mode.

See Also

CAViewer::GetCellEditEnabled