DocumentSettings Properties
Contains workbook options related to formula calculation.| Name | Description |
|---|---|
| Calculation | Provides access to options used for calculation of formulas contained in the worksheet cells. |
| CompressImages | Returns or specifies whether to compress images in the document. |
| Encryption | Provides access to the document encryption options used to save a password encrypted document. |
| R1C1ReferenceStyle | Gets or sets whether the workbook uses the R1C1 reference style. |
| ShowPivotTableFieldList | Gets or sets a value indicating whether the PivotTable Field List should be displayed for pivot tables in the workbook. |
| UpdateLinks | Specifies how to update links to other workbooks when the document is opened. |
| WriteProtection | Returns write-protection options for a workbook. |
See Also