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

値を含む Column
この行の指定された列に格納されている表示値(書式設定されている)を取得します。
構文
'宣言
 
Public Overridable Function GetDataFormatted( _
   ByVal col As Column _
) As System.String
public virtual System.string GetDataFormatted( 
   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