FlexPivot for WinForms
Name プロパティ (Column)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > Column クラス : Name プロパティ
Gets or sets the name of this column.
シンタックス
'宣言
 
Public Property Name As System.String
public System.string Name {get; set;}
解説

The name can be used as an index in the ColumnCollection property indexer.

When the grid is bound to a DataSource, the column names are set automatically to the names of columns in the data source, and are used for binding.

参照

Column クラス
Column メンバ