| Visual Basic (Declaration) | |
|---|---|
Overloads Public Shadows Function EditCell( _ ByVal objItem As dbiNodeItem, _ ByVal nIndex As Integer _ ) As Boolean | |
| C# | |
|---|---|
public new bool EditCell( dbiNodeItem objItem, int nIndex ) | |
Parameters
- objItem
- The dbiNodeItem to edit
- nIndex
- The zero-based index of the dbiColumnItem that contains the cell to edit.