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

In This Topic
    Frozen Property (RowColCollection)
    In This Topic
    Gets or sets the number of frozen rows or columns in the collection.
    Syntax
    'Declaration
     
    
    Public Overridable Property Frozen As Integer
    public virtual int Frozen {get; set;}
    Remarks
    Use the AllowFreezing property to determine whether the user can freeze rows or columns with the mouse.
    See Also