java.lang.Object
com.aspose.cells.NameScopeType
public class NameScopeType
| Field Summary | ||
|---|---|---|
static final int | ALL | |
| All defined names. | ||
static final int | WORKBOOK | |
| The defined names in the workbook. | ||
static final int | WORKSHEET | |
| The defined names in a worksheet or all worksheets. | ||
| Field Detail |
|---|
ALL | |
public static final int ALL | |
WORKBOOK | |
public static final int WORKBOOK | |
WORKSHEET | |
public static final int WORKSHEET | |