CreateCell(GridControlRange,Object) Method
In This Topic
Syntax
'Declaration
Public Overloads Function CreateCell( _
ByVal As C1.WPF.Grid.GridControlRange, _
ByVal As Object _
) As C1.WPF.Grid.GridControlCellView
public C1.WPF.Grid.GridControlCellView CreateCell(
C1.WPF.Grid.GridControlRange ,
object
)
Parameters
- range
- cellKind
See Also