| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function EditCell( _ ByVal objNodeItem As dbiNodeItem, _ ByVal objColumnItem As dbiColumnItem, _ ByVal bAdjust As Boolean _ ) As Boolean | |
| C# | |
|---|---|
public bool EditCell( dbiNodeItem objNodeItem, dbiColumnItem objColumnItem, bool bAdjust ) | |
Parameters
- objNodeItem
- The dbiNodeItem to edit
- objColumnItem
- The dbiColumnItem that contains the cell to edit.
- bAdjust
- Determines if the control should scroll the view, to ensure the cell is visible.