PowerTools SPREAD for ASP.NET 8.0J
DataAreaDefault フィールド

シートのデータ領域セルのデフォルトスタイルを表します。
構文
'Declaration
 
Public Shared ReadOnly DataAreaDefault As NamedStyle
public static readonly NamedStyle DataAreaDefault

フィールド値

スタイルを含む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 メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.