Spread for ASP.NET 12 Product Documentation
PreviewRowStyle Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : PreviewRowStyle Property
Gets or sets the style information for the preview row.
Syntax
'Declaration
 
Public Property PreviewRowStyle As PreviewRowInfo
'Usage
 
Dim instance As SheetView
Dim value As PreviewRowInfo
 
instance.PreviewRowStyle = value
 
value = instance.PreviewRowStyle
public PreviewRowInfo PreviewRowStyle {get; set;}
See Also

Reference

SheetView Class
SheetView Members