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

行数を示す System.Int32
Row セクション内のセルの幅を示す System.Int32
Row セクション内のセルの高さを示す System.Int32
行の最大の高さを示す System.Int32
指定した列数、セルのサイズ、および行の最大の高さを使用して、標準の左から右へのレイアウトの行列 Template を作成します。
シンタックス
Public Overloads Shared Function CreateGridTemplateForColumnMode( _
   ByVal rowCount As Integer, _
   ByVal cellWidth As Integer, _
   ByVal cellHeight As Integer, _
   ByVal rowsMaxHeight As Integer _
) As Template
public static Template CreateGridTemplateForColumnMode( 
   int rowCount,
   int cellWidth,
   int cellHeight,
   int rowsMaxHeight
)

パラメータ

rowCount
行数を示す System.Int32
cellWidth
Row セクション内のセルの幅を示す System.Int32
cellHeight
Row セクション内のセルの高さを示す System.Int32
rowsMaxHeight
行の最大の高さを示す System.Int32

戻り値の型

標準の左から右へのレイアウトの行列 Template を表す Template
参照

参照

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

 

 


© 2008 GrapeCity inc. All rights reserved.