FlexPivot for WinForms
Cols プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : Cols プロパティ
Gets the collection of Column objects in the grid.
シンタックス
'宣言
 
Public Property Cols As ColumnCollection
public ColumnCollection Cols {get; set;}
解説

The Cols property returns a reference to the list of columns that make up the grid. With this reference, you can add, remove, move, and count the columns. For more information on the tasks that can be performed with this collection, see the ColumnCollection object.

This property is read-only. The grid creates and manages the column collection for you.

Upgrade Note: In the VSFlexGrid ActiveX control, the Cols and FixedCols properties corresponded to the number of columns and fixed columns on the grid. In C1FlexGrid, use Cols.Count and Cols.Fixed instead.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ