java.lang.Object
com.aspose.cells.RenameStrategy
public class RenameStrategy
| Field Summary | ||
|---|---|---|
static final int | EXCEPTION | |
| Throws exception. | ||
static final int | DIGIT | |
| Named with digit. | ||
static final int | LETTER | |
| Named with letter. | ||
| Field Detail |
|---|
EXCEPTION | |
public static final int EXCEPTION | |
DIGIT | |
public static final int DIGIT | |
LETTER | |
public static final int LETTER | |