OLAP for WPF /Silverlight
GetDataFormatted(Int32,Int32) メソッド

C1.WPF.FlexGrid.4.5.2 アセンブリ > C1.WPF.FlexGrid 名前空間 > GridPanel クラス : GetDataFormatted(Int32,Int32) メソッド
セルが含まれる行のインデックス。
セルが含まれる列のインデックス。
特定のセルの書式設定されたコンテンツを取得または設定します。
シンタックス
'宣言
 
Public Function GetDataFormatted( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Object
public System.object GetDataFormatted( 
   System.int row,
   System.int col
)

パラメータ

row
セルが含まれる行のインデックス。
col
セルが含まれる列のインデックス。

戻り値の型

セルの書式設定された値。
参照

GridPanel クラス
GridPanel メンバ