WorkbookRevisionHeaderPart.WorkbookRevisionLogParts Property
Gets the WorkbookRevisionLogParts of the WorkbookRevisionHeaderPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property WorkbookRevisionLogParts As IEnumerable(Of WorkbookRevisionLogPart)
Get
'Usage
Dim instance As WorkbookRevisionHeaderPart
Dim value As IEnumerable(Of WorkbookRevisionLogPart)
value = instance.WorkbookRevisionLogParts
public IEnumerable<WorkbookRevisionLogPart> WorkbookRevisionLogParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<WorkbookRevisionLogPart>
See Also
Reference
WorkbookRevisionHeaderPart Class