ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid 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