C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / FlexGrid Class / Item Property / Item(Int32,Int32) Property
The row.
The column.
In This Topic
Item(Int32,Int32) Property
In This Topic
Gets or sets the value of the cell specified by its row and column.
Syntax
public object Item( 
   int row,
   int col
) {get; set;}

Parameters

row
The row.
col
The column.
See Also