All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.excel.XlDupeUnique Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.excel  ;

import com4j.*;

/**
 */
public enum XlDupeUnique {
  /**
   * 

* The value of this constant is 0 *

*/ xlUnique, // 0 /** *

* The value of this constant is 1 *

*/ xlDuplicate, // 1 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy