C1.Win.FlexGrid Namespace / Column Class
Members

Column Class
Class that represents a grid column.
Object Model
Column Class
Syntax
'Declaration
 
Public Class Column 
   Inherits RowCol
 
Remarks
This class does not have a public constructor. You can add and remove columns using methods in the grid's C1FlexGridBase.Cols property, which exposes the column collection.
Inheritance Hierarchy

System.Object
   C1.Win.FlexGrid.RowCol
      C1.Win.FlexGrid.Column

See Also