GrapeCity MultiRow for Windows Forms 11.0J
CreateGridTemplate(Int32,Int32,Int32) メソッド

列数を示すSystem.Int32
Rowセクション内のセルの幅を示すSystem.Int32
Rowセクション内のセルの高さを示すSystem.Int32
指定した列数とセルのサイズを使用して、標準の行列Templateを作成します。
シンタックス
Public Overloads Shared Function CreateGridTemplate( _
   ByVal columnCount As Integer, _
   ByVal cellWidth As Integer, _
   ByVal cellHeight As Integer _
) As Template
public static Template CreateGridTemplate( 
   int columnCount,
   int cellWidth,
   int cellHeight
)

パラメータ

columnCount
列数を示すSystem.Int32
cellWidth
Rowセクション内のセルの幅を示すSystem.Int32
cellHeight
Rowセクション内のセルの高さを示すSystem.Int32

戻り値の型

標準の行列Templateを表すTemplate
参照

参照

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

 

 


© 2008 GrapeCity inc. All rights reserved.