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

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

パラメータ

cellType
セルのタイプ
range
セルの範囲
value
参照

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