'宣言 Public Overloads Function FinishEditing( _ ByVal cancel As System.Boolean _ ) As System.Boolean
public System.bool FinishEditing( System.bool cancel )
パラメータ
- cancel
- Whether to cancel the current edits and revert the cell to its original value.
戻り値の型
True if the grid left edit mode successfully, false otherwise.