asp.net.ph

BoundColumn.InitializeCell Method

System.Web.UI.WebControls Namespace   BoundColumn Class


Initializes a cell in a BoundColumn to its default state.

[ VB ]
Overrides Public Sub InitializeCell ( _
   ByVal cell As TableCell, _
   ByVal columnIndex As Integer, _
   ByVal itemType As ListItemType _
)

[ C# ]
public override void InitializeCell (
   TableCell cell,
   int columnIndex,
   ListItemType itemType
);

[ C++ ]
public: void InitializeCell (
   TableCell* cell,
   int columnIndex,
   ListItemType itemType
);

[ JScript ]
public override function InitializeCell (
   cell : TableCell,
   columnIndex : int,
   itemType : ListItemType
);

Parameters

cell
A TableCell object that contains information about the cell to initialize.
columnIndex
The number of the column where the cell is located.
itemType
One of the ListItemType values.

Remarks

The InitializeCell method resets a specified cell in a BoundColumn to its initial state.

See Also

BoundColumn Members   Adding Bound Columns to a DataGrid Control Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note