FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetSkin Class > Apply Method : Apply(FpSpread) Method |
FarPoint.Web.Spread.SheetView sv = new FarPoint.Web.Spread.SheetView(); sv.BackColor = Color.Red; sv.ColumnHeader.DefaultStyle.BackColor = Color.Yellow; FarPoint.Web.Spread.SheetSkin sk = new FarPoint.Web.Spread.SheetSkin(sv); sk.Apply(FpSpread1);
Dim sv As New FarPoint.Web.Spread.SheetView sv.BackColor = Color.Red sv.ColumnHeader.DefaultStyle.BackColor = Color.Yellow Dim sk As New FarPoint.Web.Spread.SheetSkin(sv) sk.Apply(FpSpread1)
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