dbicList Send comments on this topic.
SetCellChecked Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > dbiNodeItem Class : SetCellChecked Method

nColumn
The zero-based index of the column
bValue
The boolean value to assign
Sets the boolean value at a specific cell in the item.

Syntax

Visual Basic (Declaration) 
Public Sub SetCellChecked( _
   ByVal nColumn As Integer, _
   ByVal bValue As Boolean _
) 
C# 
public void SetCellChecked( 
   int nColumn,
   bool bValue
)

Parameters

nColumn
The zero-based index of the column
bValue
The boolean value to assign

Requirements

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

See Also