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


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > StatRow Class : CreateCell Method
A reference to a Column object representing the cell's parent column.
Creates a new StatCell in the row.
Syntax
'Declaration
 
Protected Overrides Function CreateCell( _

   ByVal column As ColumnBase _

) As Cell
'Usage
 
Dim instance As StatRow

Dim column As ColumnBase

Dim value As Cell

 

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

   ColumnBase column

)

Parameters

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

See Also

Reference

StatRow Class
StatRow Members
Base Implementation in CreateCell