FlexGrid for WPF
GetCellText メソッド (GridColumn)

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

パラメータ

cellType
セルのタイプ
row
セルを決定する行
参照

GridColumn クラス
GridColumn メンバ