FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / ColumnCollection Class / Fixed Property

In This Topic
    Fixed Property (ColumnCollection)
    In This Topic
    Gets or sets the number of fixed columns in this collection.
    Syntax
    'Declaration
     
    
    Public Overrides Property Fixed As Integer
    public override int Fixed {get; set;}
    See Also