IXlDocumentOptions Members
Contains options related to culture-specific settings of a workbook and document format specifications and limits.Properties
Name | Description |
---|---|
Culture | Provides access to the culture-specific settings of the document. |
DocumentFormat | Gets the file format to which the document is exported. |
MaxColumnCount | Gets the maximum number of columns supported by the output file format. |
MaxRowCount | Gets the maximum number of rows supported by the output file format. |
SupportsDocumentParts | Gets a value indicating whether the document can contain multiple worksheets. |
SupportsFormulas | Gets a value indicating whether the document can contain formulas. |
SupportsOutlineGrouping | Gets a value indicating whether the document supports grouping functionality. |
See Also