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