PowerTools SPREAD for ASP.NET 8.0J
DefaultSheetStyleModel コンストラクタ(Int32,Int32,NamedStyleCollection)

モデル内の行数
モデル内の列数
スタイルモデルのNamedStyleCollectionコレクション
行数、列数、および名前付きスタイルのコレクションを指定して スタイルモデル(DefaultSheetStyleモデルオブジェクト)を 作成します。
構文
'Declaration
 
Public Function New( _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal namedStyles As NamedStyleCollection _
)
public DefaultSheetStyleModel( 
   int rowCount,
   int columnCount,
   NamedStyleCollection namedStyles
)

パラメータ

rowCount
モデル内の行数
columnCount
モデル内の列数
namedStyles
スタイルモデルのNamedStyleCollectionコレクション
解説
モデル内の行と列の数および名前付きコレクションを指定して、DefaultSheetStyleModelクラスの新しいインスタンスを初期化します。
参照

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

 

 


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