System.Web.UI.WebControls Namespace TemplateColumn Class
Initializes a cell in a TemplateColumn.
[ VB ]
Overridable Public Sub InitializeCell ( _
ByVal cell As TableCell, _
ByVal columnIndex As Integer, _
ByVal itemType As ListItemType _
)
[ C# ]
public virtual void InitializeCell (
TableCell cell,
int columnIndex,
ListItemType itemType
);
[ C++ ]
public: virtual void InitializeCell (
TableCell* cell,
int columnIndex,
ListItemType itemType
);
[ JScript ]
public function InitializeCell (
cell : TableCell,
columnIndex : int,
itemType : ListItemType
);
- cell
- A TableCell that contains information about the cell.
- columnIndex
- The column number of the cell to initialize.
- itemType
- One of the ListItemType values.
The InitializeCell method resets a specified cell in a TemplateColumn to its initial state.
TemplateColumn Members