FarPoint.Web.Spread 名前空間 > DefaultStyleCollection クラス : Styles フィールド |
'Declaration
Public Shared ReadOnly Styles As NamedStyle()
public static readonly NamedStyle[] Styles
FarPoint.Web.Spread.DefaultStyleCollection dsc = new FarPoint.Web.Spread.DefaultStyleCollection();
dsc.DataAreaDefault.BackColor = Color.Yellow;
dsc.HeaderDefault.BackColor = Color.Wheat;
dsc.Styles[0].Border = New FarPoint.Web.Spread.Border(Color.Green);
Dim dsc As New FarPoint.Web.Spread.DefaultStyleCollection dsc.DataAreaDefault.BackColor = Color.Yellow dsc.HeaderDefault.BackColor = Color.Wheat dsc.Styles(0).Border = New FarPoint.Web.Spread.Border(Color.Green)