PowerTools SPREAD for Windows Forms 8.0J
StyleInfo コンストラクタ(String,StyleInfo)


親の名前
コピーするStyleInfoオブジェクト
親スタイルとスタイル設定のセットを指定して、セルレベルのスタイル設定のセット (StyleInfoオブジェクト)を作成します。
構文
'Declaration
 
Public Function New( _
   ByVal parentName As String, _
   ByVal style As StyleInfo _
)
'使用法
 
Dim parentName As String
Dim style As StyleInfo
 
Dim instance As New StyleInfo(parentName, style)
public StyleInfo( 
   string parentName,
   StyleInfo style
)

パラメータ

parentName
親の名前
style
コピーするStyleInfoオブジェクト
FarPoint.Win.Spread.StyleInfo clone = new FarPoint.Win.Spread.StyleInfo();
clone.BackColor = Color.Yellow;
FarPoint.Win.Spread.StyleInfo si = new FarPoint.Win.Spread.StyleInfo("StyleHeaders", clone);
fpSpread1.ActiveSheet.ColumnHeader.DefaultStyle = si;
Dim clone As New FarPoint.Win.Spread.StyleInfo()
clone.BackColor = Color.Yellow
Dim si As New FarPoint.Win.Spread.StyleInfo("StyleHeaders", clone)
FpSpread1.ActiveSheet.ColumnHeader.DefaultStyle = si
参照

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

 

 


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