ComponentOne FlexGrid for WinForms
Frozen Property (RowColCollection)

C1.Win.C1FlexGrid Namespace > RowColCollection Class : Frozen Property
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

Reference

RowColCollection Class
RowColCollection Members