TemplateColumn.InitializeCell(TableCell, Int32, ListItemType) メソッド

定義

TableCell オブジェクトの基本クラスを呼び出してインスタンスを初期化した後、ListItemType をセルに適用します。

public:
 override void InitializeCell(System::Web::UI::WebControls::TableCell ^ cell, int columnIndex, System::Web::UI::WebControls::ListItemType itemType);
public override void InitializeCell (System.Web.UI.WebControls.TableCell cell, int columnIndex, System.Web.UI.WebControls.ListItemType itemType);
override this.InitializeCell : System.Web.UI.WebControls.TableCell * int * System.Web.UI.WebControls.ListItemType -> unit
Public Overrides Sub InitializeCell (cell As TableCell, columnIndex As Integer, itemType As ListItemType)

パラメーター

cell
TableCell

リセットするセルを表す TableCell オブジェクト。

columnIndex
Int32

セルが位置する列番号。

itemType
ListItemType

ListItemType 値のいずれか 1 つ。

適用対象