ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / IC1MultiColumnDictionary2 Interface / GetColumnValue Method
Value to look up in the dictionary.
>Column index in the dictionary.

In This Topic
    GetColumnValue Method (IC1MultiColumnDictionary2)
    In This Topic
    Gets the string which is in given column of the dictionary.
    Syntax
    'Declaration
     
    Function GetColumnValue( _
       ByVal key As Object, _
       ByVal columnIndex As Integer _
    ) As String
    string GetColumnValue( 
       object key,
       int columnIndex
    )

    Parameters

    key
    Value to look up in the dictionary.
    columnIndex
    >Column index in the dictionary.

    Return Value

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