dbicList Send comments on this topic.
EditCell(dbiNodeItem,dbiColumnItem,Boolean) Method
See Also 
dbicList Assembly > Dbi.WinControl.List Namespace > dbiList Class > EditCell Method : EditCell(dbiNodeItem,dbiColumnItem,Boolean) Method

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.
Places the desired cell into edit mode.

Syntax

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.

Return Value

Boolean value indicating the success of the attempt to start the edit.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also