 | GridPanelGetDataFormatted メソッド |
特定のセルの書式設定されたコンテンツを取得または設定します。
名前空間: C1.WPF.FlexGridアセンブリ: C1.WPF.FlexGrid.4 (C1.WPF.FlexGrid.4.dll 内) バージョン: 4.0.20161.507 (4.0.20161.507)
構文public Object GetDataFormatted(
int row,
int col
)
Public Function GetDataFormatted (
row As Integer,
col As Integer
) As Object
パラメータ
- row
- 型: SystemInt32
セルが含まれる行のインデックス。 - col
- 型: SystemInt32
セルが含まれる列のインデックス。
戻り値
型:
Objectセルの書式設定された値。
参照