Aracılığıyla paylaş


TemplateColumn.InitializeCell(TableCell, Int32, ListItemType) Yöntem

Tanım

Örneği başlatmak için bir TableCell nesnenin temel sınıfını çağırır ve sonra hücreye bir ListItemType uygular.

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)

Parametreler

cell
TableCell

TableCell Sıfırlanması gereken hücreyi temsil eden nesne.

columnIndex
Int32

Hücrenin bulunduğu sütun numarası.

itemType
ListItemType

Değerlerden ListItemType biri.

Şunlara uygulanır