Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / ShowFrozenIndicator Property
Example


In This Topic
    ShowFrozenIndicator Property
    In This Topic
    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;}
    Example
    This example shows an image in the header for the last frozen row.
    See Also