DataGridEditCell Method
Shows editor for a specified cell.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public void EditCell(
int nRowIndex,
int nColumnIndex,
bool bUseCustomEditor
)
Public Sub EditCell (
nRowIndex As Integer,
nColumnIndex As Integer,
bUseCustomEditor As Boolean
)
Parameters
- nRowIndex Int32
- Specifies the index of the row to edit.
- nColumnIndex Int32
- Specifies the index of the column to edit.
- bUseCustomEditor Boolean
- True to use CustomEditor; false to use built-in editor.