[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetSkin.Apply

Apply Method

Apply(FpSpread)

Applies the skin to the active sheet in the specified Spread component.

Declaration
public void Apply(FpSpread spread)
Public Sub Apply(spread As FpSpread)
Parameters
Type Name Description
FpSpread spread

Spread component to which to apply the skin

Apply(SheetView)

Applies the skin to the specified sheet.

Declaration
public virtual void Apply(SheetView sheet)
Public Overridable Sub Apply(sheet As SheetView)
Parameters
Type Name Description
SheetView sheet

Sheet to which to apply the skin

Apply(ICollection)

Applies the skin to the specified collection of sheets.

Declaration
public void Apply(ICollection sheets)
Public Sub Apply(sheets As ICollection)
Parameters
Type Name Description
ICollection sheets

Array of sheets to which to apply the skin

Exceptions
Type Condition
ArgumentNullException

No sheet collection specified or specified collection is null