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


In This Topic
    PreviewRowStyle Property
    In This Topic
    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;}
    Example
    This example customizes the appearance of the preview row.
    See Also