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


In This Topic
    PreviewRowVisible Property
    In This Topic
    Gets or sets whether to display the preview row.
    Syntax
    'Declaration
     
    
    Public Property PreviewRowVisible As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.PreviewRowVisible = value
     
    value = instance.PreviewRowVisible
    public bool PreviewRowVisible {get; set;}

    Property Value

    true to display the preview row; otherwise, false
    Example
    This example customizes the appearance of the preview row.
    See Also