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

objItem
The dbiNodeItem to edit
Places the desired cell into edit mode.

Syntax

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

Parameters

objItem
The dbiNodeItem 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