In This Topic
Applies the skin to the active sheet view in Spread.
Syntax
'Declaration
Public Overloads Sub Apply( _
ByVal As FpSpread _
)
'Usage
Dim instance As SheetSkin
Dim spread As FpSpread
instance.Apply(spread)
public void Apply(
FpSpread
)
Parameters
- spread
- Spread component to which to apply the skin
Example
This example applies the skin to the spreadsheet.
See Also