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

NamedStyleオブジェクトの名前
親スタイルを指定して、セルレベルのスタイル設定のセット(StyleInfoオブジェクト)を作成します。
構文
'Declaration
 
Public Function New( _
   ByVal parentName As String _
)
public StyleInfo( 
   string parentName
)

パラメータ

parentName
NamedStyleオブジェクトの名前
この例では、新しいスタイル情報オブジェクトを作成します。
FarPoint.Web.Spread.StyleInfo si = new FarPoint.Web.Spread.StyleInfo("HeaderDefault");
si.Border = new FarPoint.Web.Spread.Border(BorderStyle.Dotted, Color.Red);
FpSpread1.ActiveSheetView..ColumnHeader.DefaultStyle = si; 
Dim si As New FarPoint.Web.Spread.StyleInfo("HeaderDefault")
si.Border = New FarPoint.Web.Spread.Border(BorderStyle.Dotted, Color.Red)
FpSpread1.ActiveSheetView.ColumnHeader.DefaultStyle = si 
参照

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

 

 


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