Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / SheetSkin Constructor / SheetSkin Constructor(FpSpread)
Spread component
Example


In This Topic
    SheetSkin Constructor(FpSpread)
    In This Topic
    Creates a new skin with the property values of the active sheet of the specified Spread component.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal spread As FpSpread _
    )
    'Usage
     
    
    Dim spread As FpSpread
     
    Dim instance As New SheetSkin(spread)
    public SheetSkin( 
       FpSpread spread
    )

    Parameters

    spread
    Spread component
    Remarks
    This method initializes an instance of the SheetSkin class and initializes it with the property values in the active sheet of the specified Spread component.
    Example
    This example creates a new skin and applies it to the component.
    See Also