FarPoint.Web.Spread 名前空間 > DefaultStyleCollection クラス : DataAreaDefault フィールド |
'Declaration
Public Shared ReadOnly DataAreaDefault As NamedStyle
public static readonly NamedStyle DataAreaDefault
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)