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

nColumn
The zero-based index of the column.
Gets the boolean value at a specific cell in the item.

Syntax

Visual Basic (Declaration) 
Public Function GetCellChecked( _
   ByVal nColumn As Integer _
) As Boolean
C# 
public bool GetCellChecked( 
   int nColumn
)

Parameters

nColumn
The zero-based index of the column.

Return Value

boolean

Requirements

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

See Also