Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PreviewRowInfo Class / PreviewRowInfo Constructor
Example


In This Topic
    PreviewRowInfo Constructor
    In This Topic
    Creates a set of preview row information.
    Creates new preview row information.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New PreviewRowInfo()
    public PreviewRowInfo()
    Example
    This example creates a set of preview row information and assigns it to the preview row style of the sheet.
    See Also