java.lang.Object
com.aspose.cells.ControlMatchEntryType
public class ControlMatchEntryType
| Field Summary | ||
|---|---|---|
static final int | FIRST_LETTER | |
| The control searches for the next entry that starts with the character entered. Repeatedly typing the same letter cycles through all entries beginning with that letter. | ||
static final int | COMPLETE | |
| As each character is typed, the control searches for an entry matching all characters entered. | ||
static final int | NONE | |
| The list will not be searched when characters are typed. | ||
| Field Detail |
|---|
FIRST_LETTER | |
public static final int FIRST_LETTER | |
COMPLETE | |
public static final int COMPLETE | |
NONE | |
public static final int NONE | |