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

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

Syntax

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

Parameters

nColumn
The zero-based index of the cell.

Return Value

String value

Requirements

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

See Also