HyperLinkColumn.InitializeCell(TableCell, Int32, ListItemType) Metoda

Definicja

Inicjuje komórkę reprezentującą tę kolumnę za pomocą zawartego hiperłącza.

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)

Parametry

cell
TableCell

Komórka do zainicjowania.

columnIndex
Int32

Indeks kolumny zawierającej komórkę.

itemType
ListItemType

Typ elementu, którego komórka jest częścią.

Uwagi

Hiperlinki są tworzone dla wszystkich elementów w usłudze DataGrid z wyjątkiem elementów Nagłówek i Stopka.

Dotyczy