net.rgielen.com4j.office2010.excel.XlListConflict Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
/**
*/
public enum XlListConflict {
/**
*
* The value of this constant is 0
*
*/
xlListConflictDialog, // 0
/**
*
* The value of this constant is 1
*
*/
xlListConflictRetryAllConflicts, // 1
/**
*
* The value of this constant is 2
*
*/
xlListConflictDiscardAllConflicts, // 2
/**
*
* The value of this constant is 3
*
*/
xlListConflictError, // 3
}