In This Topic
Applies the skin to the specified sheet.
Syntax
'Declaration
Public Overloads Overridable Sub Apply( _
ByVal As SheetView _
)
'Usage
Dim instance As SheetSkin
Dim sheet As SheetView
instance.Apply(sheet)
public virtual void Apply(
SheetView
)
Parameters
- sheet
- Sheet to which to apply the skin
See Also