java.lang.Object
com.aspose.words.XlsxSectionMode
public class XlsxSectionMode
| Field Summary | ||
|---|---|---|
static final int | MULTIPLE_WORKSHEETS | |
| Specifies that a separate worksheet is created for each section of a document. | ||
static final int | SINGLE_WORKSHEET | |
| Specifies that all sections of a document are saved on one worksheet. | ||
| Field Detail |
|---|
MULTIPLE_WORKSHEETS = 0 | |
public static final int MULTIPLE_WORKSHEETS | |
SINGLE_WORKSHEET = 1 | |
public static final int SINGLE_WORKSHEET | |