C1.Win.FlexGrid Namespace / C1FlexGridBase Class / Item Property / Item(Int32,String) Property

In This Topic
Item(Int32,String) Property
In This Topic
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
 

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