Xceed DataGrid for WPF v7.2 Documentation
CreateCell Method (Row)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Row Class : CreateCell Method
A reference to a Column object representing the cell's parent column.
Syntax
'Declaration
 
Protected MustOverride Function CreateCell( _

   ByVal column As ColumnBase _

) As Cell
'Usage
 
Dim instance As Row

Dim column As ColumnBase

Dim value As Cell

 

value = instance.CreateCell(column)
protected abstract Cell CreateCell( 

   ColumnBase column

)

Parameters

column
A reference to a Column object representing the cell's parent column.

Return Value

A reference to the newly created Cell.
Requirements

See Also

Reference

Row Class
Row Members