Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / Apply Method / Apply(ICollection) Method
Array of sheets to which to apply the skin
Example


In This Topic
    Apply(ICollection) Method
    In This Topic
    Applies the skin to the specified collection of sheet views.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Apply( _
       ByVal sheets As ICollection _
    ) 
    'Usage
     
    
    Dim instance As SheetSkin
    Dim sheets As ICollection
     
    instance.Apply(sheets)
    public void Apply( 
       ICollection sheets
    )

    Parameters

    sheets
    Array of sheets to which to apply the skin
    Exceptions
    ExceptionDescription
    No sheet collection specified or specified collection is null
    Example
    This example creates a new skin and applies it to the component.
    See Also