Spread for ASP.NET 12 Product Documentation
PreviewRowVisible Property


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

Reference

SheetView Class
SheetView Members