ConditionalFormattingValue.IsGTE

ConditionalFormattingValue.IsGTE property

Get or set the Greater Than Or Equal flag. Use only for icon sets, determines whether this threshold value uses the greater than or equal to operator. ‘false’ indicates ‘greater than’ is used instead of ‘greater than or equal to’. Default value is true.

public bool IsGTE { get; set; }

See Also