FarPoint.Web.Spread 名前空間 > DefaultSkins クラス : Skins フィールド |
FarPoint.Web.Spread.DefaultSkins ds = new FarPoint.Web.Spread.DefaultSkins(); foreach(FarPoint.Web.Spread.SheetSkin sk in FarPoint.Web.Spread.DefaultSkins.Skins) { sk.Apply(FpSpread1); }
Dim ds As New FarPoint.Web.Spread.DefaultSkins Dim sk As FarPoint.Web.Spread.SheetSkin For Each sk In ds.Skins sk.Apply(FpSpread1) Next