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 つ。

適用対象