Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / SheetView Constructor / SheetView Constructor(NamedStyleCollection)
NamedStyleCollection object to use
Example


In This Topic
    SheetView Constructor(NamedStyleCollection)
    In This Topic
    Creates a sheet (SheetView object) with the specified style collection.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal namedStyles As NamedStyleCollection _
    )
    'Usage
     
    
    Dim namedStyles As NamedStyleCollection
     
    Dim instance As New SheetView(namedStyles)
    public SheetView( 
       NamedStyleCollection namedStyles
    )

    Parameters

    namedStyles
    NamedStyleCollection object to use
    Example
    See Also