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

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

Parameters

rowIndex
colIndex
See Also