Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / SheetSkin Constructor / SheetSkin Constructor(SheetSkin)
SheetSkin from which to copy, or null to copy from DefaultSkins.Default
Example


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
    Remarks
    Initializes an instance of the SheetSkin class and initializes it with the property values from the source SheetSkin from which it is copied.
    Example
    This example creates a new skin and applies it to the component.
    See Also