Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / SheetSkin Constructor / SheetSkin Constructor(SheetView)
SheetView, or null to initialize using DefaultSkins.Default
Example


In This Topic
    SheetSkin Constructor(SheetView)
    In This Topic
    Creates a new skin with the property settings of the specified sheet.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheetView As SheetView _
    )
    'Usage
     
    
    Dim sheetView As SheetView
     
    Dim instance As New SheetSkin(sheetView)
    public SheetSkin( 
       SheetView sheetView
    )

    Parameters

    sheetView
    SheetView, or null to initialize using DefaultSkins.Default
    Remarks
    This method initializes an instance of the SheetSkin class and initializes it with the property values of the specified SheetView object.
    Example
    This example creates a new skin and applies it to the component.
    See Also