BCGControlBar Library for .NET
CreateCell Method




Syntax
'Declaration
 
Protected Overridable Function CreateCell( _
   ByVal column As GridColumn, _
   ByVal row As GridDataRow, _
   ByVal item As GridDataItem, _
   ByVal columnIndex As Integer, _
   ByVal rowIndex As Integer _
) As Cell
'Usage
 
Dim instance As GridControl
Dim column As GridColumn
Dim row As GridDataRow
Dim item As GridDataItem
Dim columnIndex As Integer
Dim rowIndex As Integer
Dim value As Cell
 
value = instance.CreateCell(column, row, item, columnIndex, rowIndex)
protected virtual Cell CreateCell( 
   GridColumn column,
   GridDataRow row,
   GridDataItem item,
   int columnIndex,
   int rowIndex
)
protected: virtual Cell* CreateCell( 
   GridColumn* column,
   GridDataRow* row,
   GridDataItem* item,
   int columnIndex,
   int rowIndex
) 
protected:
virtual Cell^ CreateCell( 
   GridColumn^ column,
   GridDataRow^ row,
   GridDataItem^ item,
   int columnIndex,
   int rowIndex
) 

Parameters

column
row
item
columnIndex
rowIndex
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members

Send Feedback