Xamarin.iOS のドキュメント
SetCellValue(GridCellType,Int32,Int32,Object) メソッド

C1.iOS.Grid アセンブリ > C1.iOS.Grid 名前空間 > FlexGrid クラス > SetCellValue メソッド : SetCellValue(GridCellType,Int32,Int32,Object) メソッド
セルのタイプ
指定した範囲にあるセルに対応する値を設定します。
シンタックス
'宣言
 
Public Overloads Sub SetCellValue( _
   ByVal cellType As GridCellType, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal value As System.Object _
) 
public void SetCellValue( 
   GridCellType cellType,
   System.int row,
   System.int column,
   System.object value
)

パラメータ

cellType
セルのタイプ
row
column
value
参照

FlexGrid クラス
FlexGrid メンバ
オーバーロード一覧