net.rgielen.com4j.office2010.excel.XlLookFor Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
/**
*/
public enum XlLookFor {
/**
*
* The value of this constant is 0
*
*/
xlLookForBlanks, // 0
/**
*
* The value of this constant is 1
*
*/
xlLookForErrors, // 1
/**
*
* The value of this constant is 2
*
*/
xlLookForFormulas, // 2
}