FarPoint.Web.Spread 名前空間 > DefaultStyleCollection クラス : Compose メソッド |
FarPoint.Web.Spread.DefaultStyleCollection dsc = new FarPoint.Web.Spread.DefaultStyleCollection(); FarPoint.Web.Spread.StyleInfo s = new FarPoint.Web.Spread.StyleInfo(); s.BackColor = Color.Yellow; dsc.Compose(dsc.DataAreaDefault, s);
Dim dsc As New FarPoint.Web.Spread.DefaultStyleCollection Dim s As New FarPoint.Web.Spread.StyleInfo s.BackColor = Color.Yellow dsc.Compose(dsc.DataAreaDefault, s)