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

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

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

import com4j.*;

/**
 */
public enum XlLinkStatus {
  /**
   * 

* The value of this constant is 0 *

*/ xlLinkStatusOK, // 0 /** *

* The value of this constant is 1 *

*/ xlLinkStatusMissingFile, // 1 /** *

* The value of this constant is 2 *

*/ xlLinkStatusMissingSheet, // 2 /** *

* The value of this constant is 3 *

*/ xlLinkStatusOld, // 3 /** *

* The value of this constant is 4 *

*/ xlLinkStatusSourceNotCalculated, // 4 /** *

* The value of this constant is 5 *

*/ xlLinkStatusIndeterminate, // 5 /** *

* The value of this constant is 6 *

*/ xlLinkStatusNotStarted, // 6 /** *

* The value of this constant is 7 *

*/ xlLinkStatusInvalidName, // 7 /** *

* The value of this constant is 8 *

*/ xlLinkStatusSourceNotOpen, // 8 /** *

* The value of this constant is 9 *

*/ xlLinkStatusSourceOpen, // 9 /** *

* The value of this constant is 10 *

*/ xlLinkStatusCopiedValues, // 10 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy