IDataGridEditingService::BeginEdit Method (DataGridColumnStyle^, Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Begins an edit operation.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

bool BeginEdit(
	DataGridColumnStyle^ gridColumn,
	int rowNumber
)

Parameters

gridColumn
Type: System.Windows.Forms::DataGridColumnStyle^

The DataGridColumnStyle to edit.

rowNumber
Type: System::Int32

The index of the row to edit

Return Value

Type: System::Boolean

true if the operation can be performed; otherwise false.

.NET Framework
Available since 1.1
Return to top
Show: