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

C1.iOS.Grid アセンブリ > C1.iOS.Grid 名前空間 > GridBase クラス : GetSelectedState(Int32,Int32) メソッド
行インデックス
列インデックス
指定された列および行にあるセルの選択状態を示す GridSelectedState 値を取得します。
シンタックス
'宣言
 
Public Function GetSelectedState( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As GridSelectedState
public GridSelectedState GetSelectedState( 
   System.int row,
   System.int col
)

パラメータ

row
行インデックス
col
列インデックス
参照

GridBase クラス
GridBase メンバ