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