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

取得する列の名前。
名前に基づいて Column を取得します。
構文
'宣言
 
Public Shadows ReadOnly Default Property Item( _
   ByVal colName As System.String _
) As Column
public new Column this[ 
   System.string colName
]; {get;}

パラメータ

colName
取得する列の名前。

プロパティ値

要求された名前の列。
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

参照

関連項目

ColumnCollection クラス
ColumnCollection メンバ

Send Feedback