Revisions.WorkbookRevisionLogPart Property

Gets the WorkbookRevisionLogPart associated with this element.

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property WorkbookRevisionLogPart As WorkbookRevisionLogPart
    Get
    Friend Set
'Usage
Dim instance As Revisions
Dim value As WorkbookRevisionLogPart

value = instance.WorkbookRevisionLogPart
public WorkbookRevisionLogPart WorkbookRevisionLogPart { get; internal set; }

Property Value

Type: DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart
Returns WorkbookRevisionLogPart.

See Also

Reference

Revisions Class

Revisions Members

DocumentFormat.OpenXml.Spreadsheet Namespace