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


In This Topic
    PreviewRowTemplate Property
    In This Topic
    Gets or sets the preview row template.
    Syntax
    'Declaration
     
    
    Public Property PreviewRowTemplate As ITemplate
    'Usage
     
    
    Dim instance As SheetView
    Dim value As ITemplate
     
    instance.PreviewRowTemplate = value
     
    value = instance.PreviewRowTemplate
    public ITemplate PreviewRowTemplate {get; set;}

    Property Value

    Template for the preview row
    See Also