共用方式為


EditCommandColumn.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

TableCell,包含要初始化之儲存格的相關資訊。

columnIndex
Int32

儲存格所在的資料行數。

itemType
ListItemType

其中一個 ListItemType 值。

適用於