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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > CellTemplateHandler クラス : Set メソッド
row position in header table.
column position in header table.
row span in header table.
column span in header table.
Text will appear in this cell.
Set value for properties of cell.
シンタックス
'宣言
 
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
row position in header table.
col
column position in header table.
rowSpan
row span in header table.
colSpan
column span in header table.
title
Text will appear in this cell.
参照

CellTemplateHandler クラス
CellTemplateHandler メンバ