FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Column Class
Members

In This Topic
    Column Class
    In This Topic
    Class that represents a grid column.
    Object Model
    Column Class
    Syntax
    'Declaration
     
    
    Public Class Column 
       Inherits RowCol
    public class Column : 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.C1FlexGrid.RowCol
          C1.Win.C1FlexGrid.Column

    See Also