Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / Apply Method / Apply(ICollection) Method
Array of sheets to which to apply the skin


In This Topic
    Apply(ICollection) Method
    In This Topic
    Applies the skin to the specified collection of sheets.
    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
    See Also