Parameters
- fileName
- Path and file name from which to load the skin
Return Value
SheetSkin object containing the skin
FarPoint.Web.Spread.SheetSkin sk; if (IsPostBack) { sk.Load("D:\\skinsave.skn").Apply(FpSpread1); }
Dim sk As FarPoint.Web.Spread.SheetSkin If IsPostBack Then sk.Load("D:\skinsave.skn").Apply(FpSpread1) End If