FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotFilter Class / GetListBoxValues Method / GetListBoxValues(Exception) Method

In This Topic
    GetListBoxValues(Exception) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetListBoxValues( _
       ByRef ex As Exception _
    ) As Dictionary(Of String,Boolean)
    public Dictionary<string,bool> GetListBoxValues( 
       out Exception ex
    )

    Parameters

    ex
    See Also