net.rgielen.com4j.office2010.excel.XlSparklineRowCol Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
/**
*/
public enum XlSparklineRowCol {
/**
*
* The value of this constant is 0
*
*/
xlSparklineNonSquare, // 0
/**
*
* The value of this constant is 1
*
*/
xlSparklineRowsSquare, // 1
/**
*
* The value of this constant is 2
*
*/
xlSparklineColumnsSquare, // 2
}