FlexGrid for WinForms
GetColumnValue Method (MultiColumnDictionary)



Value to look up in the dictionary.
>Column index in the dictionary.
Gets the string which is in given column of the dictionary.
Syntax
'Declaration
 
Public Function GetColumnValue( _
   ByVal key As Object, _
   ByVal columnIndex As Integer _
) As String
'Usage
 
Dim instance As MultiColumnDictionary
Dim key As Object
Dim columnIndex As Integer
Dim value As String
 
value = instance.GetColumnValue(key, columnIndex)
public string GetColumnValue( 
   object key,
   int columnIndex
)
public:
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MultiColumnDictionary Class
MultiColumnDictionary Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback