FlexGrid for UWP/WinRT
GetDataRaw メソッド (GridPanel)

セルが含まれる行のインデックス。
セルが含まれる列のインデックス。
特定のセルの未加工コンテンツを取得または設定します。
構文
'宣言
 
Public Function GetDataRaw( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Object
public System.object GetDataRaw( 
   System.int row,
   System.int col
)

パラメータ

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

戻り値の型

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

GridPanel クラス
GridPanel メンバ

Send Feedback