ComponentOne Xamarin.iOS
Item(Int32,Int32) Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class > Item Property : Item(Int32,Int32) Property
The row.
The column.
Gets or sets the value of the cell specified by its row and column.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As Object
'Usage
 
Dim instance As FlexGrid
Dim row As Integer
Dim col As Integer
Dim value As Object
 
instance.Item(row, col) = value
 
value = instance.Item(row, col)
public object Item( 
   int row,
   int col
) {get; set;}

Parameters

row
The row.
col
The column.
See Also

Reference

FlexGrid Class
FlexGrid Members
Overload List