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

objNodeItem
The dbiNodeItem to edit
objColumnItem
The dbiColumnItem that contains the cell to edit.
Places the desired cell into edit mode.

Syntax

Visual Basic (Declaration) 
Overloads Public Shadows Function EditCell( _
   ByVal objNodeItem As dbiNodeItem, _
   ByVal objColumnItem As dbiColumnItem _
) As Boolean
C# 
public new bool EditCell( 
   dbiNodeItem objNodeItem,
   dbiColumnItem objColumnItem
)

Parameters

objNodeItem
The dbiNodeItem to edit
objColumnItem
The dbiColumnItem that contains the cell to edit.

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