Spread for ASP.NET 8.0 Product Documentation
Reset(ICollection) Method
Example 


Array of sheets (SheetView objects)
Resets the skin properties of an array of sheets to the default values.
Syntax
'Declaration
 
Public Overloads Shared Sub Reset( _
   ByVal sheets As ICollection _
) 
'Usage
 
Dim sheets As ICollection
 
DefaultSkins.Reset(sheets)
public static void Reset( 
   ICollection sheets
)

Parameters

sheets
Array of sheets (SheetView objects)
Exceptions
ExceptionDescription
System.ArgumentNullException No sheet collection specified or specified sheet collection is null
Example
This example resets the skin to its default values.
FarPoint.Web.Spread.DefaultSkins.Reset(FpSpread1.Sheets(0));
FarPoint.Web.Spread.DefaultSkins.Reset(FpSpread1.Sheets(0))
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

DefaultSkins Class
DefaultSkins Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.