FlexPivot for WinForms
Item(String) プロパティ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ColumnCollection クラス > Item プロパティ : Item(String) プロパティ
Gets the Column that has the specified column name.
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal columnName As System.String _
) As Column
public Column Item( 
   System.string columnName
) {get;}

パラメータ

columnName
解説

You can use the Column object returned by this method to set attributes such as column height, visibility, style, selected state, and so on.

This indexer looks for a column with the specified Column.Name. The column name is set automatically for you when the grid is bound to a database, or it may be set using code.

参照

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