Spread for ASP.NET 12 Product Documentation
FrozenColumnCount Property


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

Reference

SheetView Class
SheetView Members