XlRemoveDocInfoType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type information to be removed from the document information.
public enum class XlRemoveDocInfoType
public enum XlRemoveDocInfoType
Public Enum XlRemoveDocInfoType
- Inheritance
-
XlRemoveDocInfoType
Fields
Name | Value | Description |
---|---|---|
xlRDIComments | 1 | Removes comments from the document information. |
xlRDIRemovePersonalInformation | 4 | Removes personal information from the document information. |
xlRDIEmailHeader | 5 | Removes email headers from the document information. |
xlRDIRoutingSlip | 6 | Removes routing slip information from the document information. |
xlRDISendForReview | 7 | Removes the send for review information from the document information. |
xlRDIDocumentProperties | 8 | Removes document properties from the document information. |
xlRDIDocumentWorkspace | 10 | Removes workspace data from the document information. |
xlRDIInkAnnotations | 11 | Removes ink annotations from the document information. |
xlRDIScenarioComments | 12 | Removes scenario comments from the document information. |
xlRDIPublishInfo | 13 | Removes the pubish information data from the document information. |
xlRDIDocumentServerProperties | 14 | Removes server properties from the document information. |
xlRDIDocumentManagementPolicy | 15 | Removes document management policy data from the document information. |
xlRDIContentType | 16 | Removes content type data from the document information. |
xlRDIDefinedNameComments | 18 | Removes defined name comments from the documentation information. |
xlRDIInactiveDataConnections | 19 | Removes inactive data connection data from the document information. |
xlRDIPrinterPath | 20 | Removes printer paths from the document information. |
xlRDIInlineWebExtensions | 21 | Removes inline Web Extensions from the document information. |
xlRDITaskpaneWebExtensions | 22 | Removes task pane Web Extensions from the document information. |
xlRDIExcelDataModel | 23 | Removes Data Model data from the document information. |
xlRDIAll | 99 | Removes all documentation information. |