net.rgielen.com4j.office2010.excel.XlSummaryRow Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
/**
*/
public enum XlSummaryRow {
/**
*
* The value of this constant is 0
*
*/
xlSummaryAbove, // 0
/**
*
* The value of this constant is 1
*
*/
xlSummaryBelow, // 1
}