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

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

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

import com4j.*;

/**
 */
public enum XlFormControl {
  /**
   * 

* The value of this constant is 0 *

*/ xlButtonControl, // 0 /** *

* The value of this constant is 1 *

*/ xlCheckBox, // 1 /** *

* The value of this constant is 2 *

*/ xlDropDown, // 2 /** *

* The value of this constant is 3 *

*/ xlEditBox, // 3 /** *

* The value of this constant is 4 *

*/ xlGroupBox, // 4 /** *

* The value of this constant is 5 *

*/ xlLabel, // 5 /** *

* The value of this constant is 6 *

*/ xlListBox, // 6 /** *

* The value of this constant is 7 *

*/ xlOptionButton, // 7 /** *

* The value of this constant is 8 *

*/ xlScrollBar, // 8 /** *

* The value of this constant is 9 *

*/ xlSpinner, // 9 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy