PowerTools SPREAD for ASP.NET 8.0J
StyleInfo コンストラクタ()

セルレベルのスタイル設定のセット(StyleInfoオブジェクト)を作成します。
構文
'Declaration
 
Public Function New()
public StyleInfo()
この例では、新しいスタイル情報オブジェクトを作成します。
FarPoint.Web.Spread.StyleInfo si = new FarPoint.Web.Spread.StyleInfo();
si.Border = new FarPoint.Web.Spread.Border(BorderStyle.Dotted, Color.Red);
FpSpread1.ActiveSheetView.DefaultStyle = si; 
Dim si As New FarPoint.Web.Spread.StyleInfo
si.Border = New FarPoint.Web.Spread.Border(BorderStyle.Dotted, Color.Red)
FpSpread1.ActiveSheetView.DefaultStyle = si 
参照

StyleInfo クラス
StyleInfo メンバ
オーバーロード一覧

 

 


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