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

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

Syntax

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

Parameters

nColumn
The zero-based index of the column

Return Value

Integer

Requirements

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

See Also