C1.Win.List Namespace / C1Combo Class / GetItemText Method / GetItemText(Int32,String) Method

In This Topic
GetItemText(Int32,String) Method
In This Topic
Gets the cell text for any cell.
Syntax
'Declaration
 
Public Overloads Function GetItemText( _
   ByVal rowIndex As Integer, _
   ByVal colName As String _
) As String
 

Parameters

rowIndex
colName
See Also