FlexGrid for WPF
GetCellText(Int32,Int32) メソッド

C1.WPF.Grid アセンブリ > C1.WPF.Grid 名前空間 > GridPanel クラス > GetCellText メソッド : GetCellText(Int32,Int32) メソッド
行インデックス。
列インデックス。
指定された row および col のセルに対応するテキストを取得します。
シンタックス
'宣言
 
Public Overloads Function GetCellText( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.String
public System.string GetCellText( 
   System.int row,
   System.int col
)

パラメータ

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

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