'Declaration Public Overridable Function CreateCellContent( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange, _ ByVal cellContentType As Object _ ) As FrameworkElement
public virtual FrameworkElement CreateCellContent( GridCellType cellType, GridCellRange range, object cellContentType )
Parameters
- cellType
- Type of the cell.
- range
- The range.
- cellContentType
- Type of the cell content.