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

单元格所属项的类型。

注解

为 DataGrid 中的所有项创建 HyperLink,但页眉和页脚项除外。

适用于