Spread for ASP.NET 12 Product Documentation
ShowFrozenIndicator Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : ShowFrozenIndicator Property
Gets or sets whether the frozen indicator should be displayed.
Syntax
'Declaration
 
Public Property ShowFrozenIndicator As ShowFrozenIndicator
'Usage
 
Dim instance As SheetView
Dim value As ShowFrozenIndicator
 
instance.ShowFrozenIndicator = value
 
value = instance.ShowFrozenIndicator
public ShowFrozenIndicator ShowFrozenIndicator {get; set;}
See Also

Reference

SheetView Class
SheetView Members