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


Apply(ICollection) Method
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)

Parameters

sheets
Array of sheets to which to apply the skin
Exceptions
ExceptionDescription
No sheet collection specified or specified collection is null
See Also