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

net.rgielen.com4j.office2010.office.XlTimeUnit Maven / Gradle / Ivy

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

import com4j.*;

/**
 */
public enum XlTimeUnit {
  /**
   * 

* The value of this constant is 0 *

*/ xlDays, // 0 /** *

* The value of this constant is 1 *

*/ xlMonths, // 1 /** *

* The value of this constant is 2 *

*/ xlYears, // 2 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy