BCGSoft.Controls.Grid Namespace > GridControl Class : CreateCell Method |
'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 )
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