[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.IC1MultiColumnDictionary2.GetColumnValue

GetColumnValue Method

GetColumnValue(object, int)

Gets the string which is in given column of the dictionary.

Declaration
string GetColumnValue(object key, int columnIndex)
Parameters
Type Name Description
object key

Value to look up in the dictionary.

int columnIndex

Column index in the dictionary.

Returns
Type Description
string

The string that should be displayed in the grid while not in edit mode.