FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / GetSelectedState(Int32,Int32) Method

In This Topic
    GetSelectedState(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetSelectedState( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As C1.WPF.Grid.GridSelectedState
    public C1.WPF.Grid.GridSelectedState GetSelectedState( 
       int row,
       int col
    )

    Parameters

    row
    col
    See Also