DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotField Class / Lookup Property

In This Topic
    Lookup Property (C1FlexPivotField)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Lookup As IDictionary(Of Object,String)
    public IDictionary<object,string> Lookup {get; set;}
    See Also