Spread for ASP.NET 12 Product Documentation
Apply(ICollection) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetSkin Class > Apply Method : Apply(ICollection) Method
Array of sheets to which to apply the skin
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

Reference

SheetSkin Class
SheetSkin Members
Overload List