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

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

パラメータ

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

HeaderTemplateCell クラス
HeaderTemplateCell メンバ