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

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