MESCIUS SPREAD for ASP.NET 10.0J
Compose メソッド (DefaultStyleCollection)

StyleInfoオブジェクトの構成先。Nullの場合は 新しいStyleInfoオブジェクトを作成します。
コレクションから指定した名前のスタイルを検索します。
スタイル(NamedStyleオブジェクト、StyleInfoオブジェクト、または文字列名)
構文
'Declaration
 
Public Function Compose( _
   ByVal o As Object, _
   ByVal destInfo As StyleInfo _
) As StyleInfo
public StyleInfo Compose( 
   object o,
   StyleInfo destInfo
)

パラメータ

o
StyleInfoオブジェクトの構成先。Nullの場合は 新しいStyleInfoオブジェクトを作成します。
destInfo
コレクションから指定した名前のスタイルを検索します。

戻り値の型

スタイル情報を含むStyleInfoオブジェクト
FarPoint.Web.Spread.DefaultStyleCollection dsc = new FarPoint.Web.Spread.DefaultStyleCollection();
FarPoint.Web.Spread.StyleInfo s = new FarPoint.Web.Spread.StyleInfo();
s.BackColor = Color.Yellow;
dsc.Compose(dsc.DataAreaDefault, s);
Dim dsc As New FarPoint.Web.Spread.DefaultStyleCollection
Dim s As New FarPoint.Web.Spread.StyleInfo
s.BackColor = Color.Yellow
dsc.Compose(dsc.DataAreaDefault, s)
参照

DefaultStyleCollection クラス
DefaultStyleCollection メンバ

 

 


© MESCIUS inc. All rights reserved.