XlRemoveDocInfoType Enumeration
Specifies the type information to be removed from the document information.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlRemoveDocInfoType
'Usage
Dim instance As XlRemoveDocInfoType
public enum XlRemoveDocInfoType
Members
Member name | Description | |
---|---|---|
xlRDIComments | Removes comments from the document information. | |
xlRDIRemovePersonalInformation | Removes personal information from the document information. | |
xlRDIEmailHeader | Removes email headers from the document information. | |
xlRDIRoutingSlip | Removes routing slip information from the document information. | |
xlRDISendForReview | Removes the send for review information from the document information. | |
xlRDIDocumentProperties | Removes document properties from the document information. | |
xlRDIDocumentWorkspace | Removes workspace data from the document information. | |
xlRDIInkAnnotations | Removes ink annotations from the document information. | |
xlRDIScenarioComments | Removes scenario comments from the document information. | |
xlRDIPublishInfo | Removes the pubish information data from the document information. | |
xlRDIDocumentServerProperties | Removes server properties from the document information. | |
xlRDIDocumentManagementPolicy | Removes document management policy data from the document information. | |
xlRDIContentType | Removes content type data from the document information. | |
xlRDIDefinedNameComments | Removes defined name comments from the documentation information. | |
xlRDIInactiveDataConnections | Removes inactive data connection data from the document information. | |
xlRDIPrinterPath | Removes printer paths from the document information. | |
xlRDIAll | Removes all documentation information. |