FlexGrid for WPF
Item(String) プロパティ

C1.WPF.FlexGrid.4.6.2 アセンブリ > C1.WPF.FlexGrid 名前空間 > ColumnCollection クラス > Item プロパティ : Item(String) プロパティ
取得する列の名前。
名前に基づいて Columnを取得します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal colName As System.String _
) As Column
public Column Item( 
   System.string colName
) {get;}

パラメータ

colName
取得する列の名前。

プロパティ値

要求された名前の列。
参照

ColumnCollection クラス
ColumnCollection メンバ
オーバーロード一覧