DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotField Class / StyleLow Property

In This Topic
    StyleLow Property (PivotField)
    In This Topic
    Gets the PivotConditionalFieldStyle used to display low values.
    Syntax
    'Declaration
     
    Public ReadOnly Property StyleLow As PivotConditionalFieldStyle
    public PivotConditionalFieldStyle StyleLow {get;}
    Remarks

    This property allows you to apply conditional formatting to a field, making certain values stand out when displayed to the user.

    For an example, see the StyleHigh property.

    See Also