[]
Applies the skin to the active sheet in the specified Spread component.
public void Apply(FpSpread spread)
Public Sub Apply(spread As FpSpread)
| Type | Name | Description |
|---|---|---|
| FpSpread | spread | Spread component to which to apply the skin |
Applies the skin to the specified sheet.
public virtual void Apply(SheetView sheet)
Public Overridable Sub Apply(sheet As SheetView)
| Type | Name | Description |
|---|---|---|
| SheetView | sheet | Sheet to which to apply the skin |
Applies the skin to the specified collection of sheets.
public void Apply(ICollection sheets)
Public Sub Apply(sheets As ICollection)
| Type | Name | Description |
|---|---|---|
| ICollection | sheets | Array of sheets to which to apply the skin |
| Type | Condition |
|---|---|
| ArgumentNullException | No sheet collection specified or specified collection is null |