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

nColumn
The zero-based index of the cell.
strCell
The text to assign to the cell.
Sets the text of a specific cell.

Syntax

Visual Basic (Declaration) 
Public Sub SetCellText( _
   ByVal nColumn As Integer, _
   ByVal strCell As String _
) 
C# 
public void SetCellText( 
   int nColumn,
   string strCell
)

Parameters

nColumn
The zero-based index of the cell.
strCell
The text to assign to the cell.

Requirements

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

See Also