HyperLinkColumn.InitializeCell(TableCell, Int32, 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

初期化するセル。

columnIndex
Int32

セルを格納する列のインデックス。

itemType
ListItemType

セルが含まれる項目の型。

注釈

HyperLinks は、ヘッダー項目とフッター項目を除く DataGrid 内のすべての項目に対して作成されます。

適用対象