[]
        
(Showing Draft Content)

C1.Win.C1List.ListBase.C1ListBase.GetItemText

GetItemText Method

GetItemText(int, int)

Gets the cell text for any cell.

Declaration
public string GetItemText(int rowIndex, int colIndex)
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)
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.