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

モデル内の行数
モデル内の列数
親スタイルモデル
親スタイルモデルと行数および列数を指定してスタイルモデル (DefaultSheetStyleモデルオブジェクト)を作成します。
構文
'Declaration
 
Public Function New( _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal parent As ISheetStyleModel _
)
public DefaultSheetStyleModel( 
   int rowCount,
   int columnCount,
   ISheetStyleModel parent
)

パラメータ

rowCount
モデル内の行数
columnCount
モデル内の列数
parent
親スタイルモデル
解説
モデル内の行と列の数および親スタイルモデルを指定して、DefaultSheetStyleModelクラスの新しいインスタンスを初期化します。
参照

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

 

 


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