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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > HeaderTemplateCell クラス : 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 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
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.
参照

HeaderTemplateCell クラス
HeaderTemplateCell メンバ