Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / SheetSkin Constructor / SheetSkin Constructor(SheetView)
Sheet (SheetView object), or null to initialize using DefaultSkins.Default


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
    Sheet (SheetView object), or null to initialize using DefaultSkins.Default
    See Also