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

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

Syntax

Visual Basic (Declaration) 
Public Sub SetCellInteger( _
   ByVal nColumn As Integer, _
   ByVal nValue As Integer _
) 
C# 
public void SetCellInteger( 
   int nColumn,
   int nValue
)

Parameters

nColumn
The zero-based index of the column
nValue
The integer value to assign

Requirements

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

See Also