FlexGrid for UWP/WinRT
Item(String) プロパティ

データを含む Column の名前。
この行の特定の列に格納されるデータを取得または設定します。
構文
'宣言
 
Public Overloads Property Item( _
   ByVal colName As System.String _
) As System.Object
public System.object Item( 
   System.string colName
) {get; set;}

パラメータ

colName
データを含む Column の名前。

プロパティ値

この行の特定の列に格納されるデータ。
解説
列は、Column.ColumnName プロパティによって識別されます。
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