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

objItem
The dbiNodeItem to edit
nIndex
The zero-based index of 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 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.

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