Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / SheetSkin Constructor / SheetSkin Constructor(SheetSkin)
SheetSkin from which to copy, or null to copy from DefaultSkins.Default


In This Topic
    SheetSkin Constructor(SheetSkin)
    In This Topic
    Creates a new skin and copies the property values from the source skin.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal source As SheetSkin _
    )
    'Usage
     
    
    Dim source As SheetSkin
     
    Dim instance As New SheetSkin(source)
    public SheetSkin( 
       SheetSkin source
    )

    Parameters

    source
    SheetSkin from which to copy, or null to copy from DefaultSkins.Default
    See Also