ComponentOne FlexGrid for WinForms
Item(String) Property

C1.Win.C1FlexGrid Namespace > Row Class > Item Property : Item(String) Property
Gets or sets the cell value specified by the column name in this row.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal columnName As String _
) As Object
public object Item( 
   string columnName
) {get; set;}

Parameters

columnName
See Also

Reference

Row Class
Row Members
Overload List