[]
        
(Showing Draft Content)

FarPoint.Web.Spread.DefaultSkins.Reset

Reset Method

Reset(FpSpread)

Resets the skin properties of the active sheet in the specified Spread component to the default values.

Declaration
public static void Reset(FpSpread spread)
Public Shared Sub Reset(spread As FpSpread)
Parameters
Type Name Description
FpSpread spread

Spread component in which to reset the active sheet

Reset(SheetView)

Resets the skin properties of the specified sheet to the default values.

Declaration
public static void Reset(SheetView sheetView)
Public Shared Sub Reset(sheetView As SheetView)
Parameters
Type Name Description
SheetView sheetView

Sheet (SheetView object) in which to reset the properties

Reset(ICollection)

Resets the skin properties of an array of sheets to the default values.

Declaration
public static void Reset(ICollection sheets)
Public Shared Sub Reset(sheets As ICollection)
Parameters
Type Name Description
ICollection sheets

Array of sheets (SheetView objects)

Exceptions
Type Condition
ArgumentNullException

No sheet collection specified or specified sheet collection is null