GetCellContentType Method
In This Topic
Syntax
'Declaration
Public Overrides Function GetCellContentType( _
ByVal As C1.WPF.Grid.GridCellType, _
ByVal As C1.WPF.Grid.GridCellRange _
) As Object
public override object GetCellContentType(
C1.WPF.Grid.GridCellType ,
C1.WPF.Grid.GridCellRange
)
Parameters
- cellType
- range
See Also