Spread for ASP.NET 12 Product Documentation
FrozenRowCount Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : FrozenRowCount Property
Gets or sets the number of frozen (non-scrollable) rows for this sheet.
Syntax
'Declaration
 
Public Property FrozenRowCount As Integer
'Usage
 
Dim instance As SheetView
Dim value As Integer
 
instance.FrozenRowCount = value
 
value = instance.FrozenRowCount
public int FrozenRowCount {get; set;}
See Also

Reference

SheetView Class
SheetView Members