Table of Contents

Enum AverageType

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Average type.

public enum AverageType

Fields

Above = 1

Above the average for all values in the range.

AboveEqual = 2

Above or equal the average for all values in the range.

AboveStdDev1 = 5

StdDev above 1 than the average for all values in the range.

AboveStdDev2 = 6

StdDev above 2 than the average for all values in the range.

AboveStdDev3 = 7

StdDev above 3 than the average for all values in the range.

Below = 3

below the average for all values in the range.

BelowEqual = 4

below or equal the average for all values in the range.

BelowStdDev1 = 8

StdDev below 1 than the average for all values in the range.

BelowStdDev2 = 9

StdDev below 2 than the average for all values in the range.

BelowStdDev3 = 10

StdDev below 3 than the average for all values in the range.