2.2.6.17.9 GridControl::EditCell


Description

Activates edit mode.

Syntax

void EditCell( )

Parameters

Return

Examples

Example codes can be pasted to doExample() function in GridControl's examples to run

		m_GridCtrl.SelCell(1, 0);
		m_GridCtrl.EditCell();

Remark

See Also

GridControl::SelCell

Header to Included

GridControl.h