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

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

パラメータ

cellType
セルのタイプ
range
範囲
value
セルに設定する値
参照

GridCellFactoryBase クラス
GridCellFactoryBase メンバ