[]
Resets the skin properties of the active sheet in the specified Spread component to the default values.
public static void Reset(FpSpread spread)
Public Shared Sub Reset(spread As FpSpread)
Type | Name | Description |
---|---|---|
FpSpread | spread | Spread component in which to reset the active sheet |
Resets the skin properties of the specified sheet to the default values.
public static void Reset(SheetView sheetView)
Public Shared Sub Reset(sheetView As SheetView)
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet (SheetView object) in which to reset the properties |
Resets the skin properties of an array of sheets to the default values.
public static void Reset(ICollection sheets)
Public Shared Sub Reset(sheets As ICollection)
Type | Name | Description |
---|---|---|
ICollection | sheets | Array of sheets (SheetView objects) |
Type | Condition |
---|---|
ArgumentNullException | No sheet collection specified or specified sheet collection is null |