GetAboveAverage Method

GetAboveAverage function

Get the conditional formatting’s “AboveAverage” instance.The default instance’s rule highlights cells that areabove the average for all values in the range.Valid only for type = AboveAverage.


func (instance *FormatCondition) GetAboveAverage()  (*AboveAverage,  error) 

Remarks

See Also