[]
        
(Showing Draft Content)

C1.Win.List.ListBase.C1ListBase.GetItemText

GetItemText Method

GetItemText(int, int)

Gets the cell text for any cell.

Declaration
public string GetItemText(int rowIndex, int colIndex)
Public Function GetItemText(rowIndex As Integer, colIndex As Integer) As String
Parameters
Type Name Description
int rowIndex

The row index.

int colIndex

The column index.

Returns
Type Description
string

Returns a string which identifies the cell text.

Remarks

This method will get the text for any cell directly, instead of using the Column object.

GetItemText(int, string)

Gets the cell text for any cell.

Declaration
public string GetItemText(int rowIndex, string colName)
Public Function GetItemText(rowIndex As Integer, colName As String) As String
Parameters
Type Name Description
int rowIndex

The row index.

string colName

The column name..

Returns
Type Description
string

Returns a string which identifies the cell text.

Remarks

This method will get the text for any cell directly, instead of using the Column object.