FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridWrapCellFactory Class / GetCellKind Method / GetCellKind(GridControlRange) Method

In This Topic
    GetCellKind(GridControlRange) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetCellKind( _
       ByVal range As GridControlRange _
    ) As Object
    public object GetCellKind( 
       GridControlRange range
    )

    Parameters

    range
    See Also