net.rgielen.com4j.office2010.vba.vbext_ProcKind Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.vba ;
import com4j.*;
/**
*/
public enum vbext_ProcKind {
/**
*
* The value of this constant is 0
*
*/
vbext_pk_Proc, // 0
/**
*
* The value of this constant is 1
*
*/
vbext_pk_Let, // 1
/**
*
* The value of this constant is 2
*
*/
vbext_pk_Set, // 2
/**
*
* The value of this constant is 3
*
*/
vbext_pk_Get, // 3
}