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

net.rgielen.com4j.office2010.vba.vbext_VBAMode Maven / Gradle / Ivy

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

import com4j.*;

/**
 */
public enum vbext_VBAMode {
  /**
   * 

* The value of this constant is 0 *

*/ vbext_vm_Run, // 0 /** *

* The value of this constant is 1 *

*/ vbext_vm_Break, // 1 /** *

* The value of this constant is 2 *

*/ vbext_vm_Design, // 2 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy