FarPoint.Web.Spread 名前空間 > SheetSkin クラス > Load メソッド : Load(String) メソッド |
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