XlsxSectionMode

XlsxSectionMode enumeration

Specifies how sections are handled when saving a document in the XLSX format.

public enum XlsxSectionMode

Values

NameValueDescription
MultipleWorksheets0Specifies that a separate worksheet is created for each section of a document.
SingleWorksheet1Specifies that all sections of a document are saved on one worksheet.

See Also