Xamarin.iOS のドキュメント
GetCellText(GridCellType,GridRow,GridColumn) メソッド

C1.iOS.Grid アセンブリ > C1.iOS.Grid 名前空間 > FlexGrid クラス > GetCellText メソッド : GetCellText(GridCellType,GridRow,GridColumn) メソッド
セルのタイプ
指定した行および列にあるセルに対応するテキストを取得します。
シンタックス
'宣言
 
Public Overloads Function GetCellText( _
   ByVal cellType As GridCellType, _
   ByVal row As GridRow, _
   ByVal column As GridColumn _
) As System.String
public System.string GetCellText( 
   GridCellType cellType,
   GridRow row,
   GridColumn column
)

パラメータ

cellType
セルのタイプ
row
column

戻り値の型

テキスト
参照

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