PowerWEB LiveControls for ASP.NET
InitializeCell Method
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveDataGridColumn Class : InitializeCell Method



cell
columnIndex
itemType
Provides the base implementation to reset the specified cell from a column derived from the DataGridColumn class its initial values.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub InitializeCell( _
   ByVal cell As TableCell, _
   ByVal columnIndex As Integer, _
   ByVal itemType As ListItemType _
) 
Visual Basic (Usage)Copy Code
Dim instance As LiveDataGridColumn
Dim cell As TableCell
Dim columnIndex As Integer
Dim itemType As ListItemType
 
instance.InitializeCell(cell, columnIndex, itemType)
C# 
public override void InitializeCell( 
   TableCell cell,
   int columnIndex,
   ListItemType itemType
)
C++/CLI 
public:
void InitializeCell( 
   TableCell^ cell,
   int columnIndex,
   ListItemType itemType
) override 

Parameters

cell
columnIndex
itemType

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.DataGridColumn.InitializeCell.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.