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

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