Spread for ASP.NET 11 Product Documentation
PreviewRowTemplate Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : PreviewRowTemplate Property
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

Reference

SheetView Class
SheetView Members