net.rgielen.com4j.office2010.excel.XlAboveBelow Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
/**
*/
public enum XlAboveBelow {
/**
*
* The value of this constant is 0
*
*/
xlAboveAverage, // 0
/**
*
* The value of this constant is 1
*
*/
xlBelowAverage, // 1
/**
*
* The value of this constant is 2
*
*/
xlEqualAboveAverage, // 2
/**
*
* The value of this constant is 3
*
*/
xlEqualBelowAverage, // 3
/**
*
* The value of this constant is 4
*
*/
xlAboveStdDev, // 4
/**
*
* The value of this constant is 5
*
*/
xlBelowStdDev, // 5
}