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

値を含む Column
この行の指定された列に格納されている未加工の値(書式設定されていない)を取得します。
構文
'宣言
 
Public Overridable Function GetDataRaw( _
   ByVal col As Column _
) As System.Object
public virtual System.object GetDataRaw( 
   Column col
)

パラメータ

col
値を含む Column

戻り値の型

セルに格納されている未加工の値。
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

参照

関連項目

Row クラス
Row メンバ

Send Feedback