MESCIUS SPREAD for ASP.NET 10.0J
SheetView コンストラクタ(NamedStyleCollection)

使用するNamedStyleCollectionオブジェクト
スタイルコレクションを指定してシート(SheetViewオブジェクト)を作成します。
構文
'Declaration
 
Public Function New( _
   ByVal namedStyles As NamedStyleCollection _
)
public SheetView( 
   NamedStyleCollection namedStyles
)

パラメータ

namedStyles
使用するNamedStyleCollectionオブジェクト
FarPoint.Web.Spread.NamedStyleCollection nsc = new FarPoint.Web.Spread.NamedStyleCollection();
FarPoint.Web.Spread.NamedStyle ns = new FarPoint.Web.Spread.NamedStyle("StyleData", "DataAreaDefault");
ns.BackColor = Color.Yellow;
nsc.Add(ns);
FarPoint.Web.Spread.SheetView sv = new FarPoint.Web.Spread.SheetView(nsc);
Dim nsc As New FarPoint.Web.Spread.NamedStyleCollection
Dim ns As New FarPoint.Web.Spread.NamedStyle("StyleData", "DataAreaDefault")
ns.BackColor = Color.Yellow
nsc.Add(ns)
Dim sv As New FarPoint.Web.Spread.SheetView(nsc)
参照

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

 

 


© MESCIUS inc. All rights reserved.