ComponentOne FlexGrid for WinForms
Item(Int32,String) Property

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > Item Property : Item(Int32,String) Property
Gets or sets the data in a grid cell.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal row As Integer, _
   ByVal colName As String _
) As Object
public object Item( 
   int row,
   string colName
) {get; set;}

Parameters

row
colName
Remarks

This is one of the indexers you can use to get or set the data stored in grid cells.

You can index cells using the row and column indices or using the row index and column name.

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List