ASP.NET MVC コントロールヘルプ
Set メソッド (CellTemplateHandler)

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > CellTemplateHandler クラス : Set メソッド
ヘッダーテーブル内の行位置。
ヘッダーテーブル内の列位置。
ヘッダーテーブル内の行範囲。
ヘッダーテーブル内の列範囲。
このセルに表示されるテキスト。
セルのプロパティに値を設定します。
シンタックス
'宣言
 
Public Sub Set( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal rowSpan As System.Integer, _
   ByVal colSpan As System.Integer, _
   ByVal title As System.String _
) 
public void Set( 
   System.int row,
   System.int col,
   System.int rowSpan,
   System.int colSpan,
   System.string title
)

パラメータ

row
ヘッダーテーブル内の行位置。
col
ヘッダーテーブル内の列位置。
rowSpan
ヘッダーテーブル内の行範囲。
colSpan
ヘッダーテーブル内の列範囲。
title
このセルに表示されるテキスト。
参照

CellTemplateHandler クラス
CellTemplateHandler メンバ