MESCIUS SPREAD for ASP.NET 10.0J
Styles フィールド

デフォルトスタイルを含むNamedStyleオブジェクトの配列
構文
'Declaration
 
Public Shared ReadOnly Styles As NamedStyle()
public static readonly NamedStyle[] Styles

フィールド値

スタイルを含むNamedStyleオブジェクト
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)
参照

DefaultStyleCollection クラス
DefaultStyleCollection メンバ

 

 


© MESCIUS inc. All rights reserved.