RevisionComment.OldLength Property

Original Comment Length.Represents the attribte in schema: oldLength

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

Syntax

'Declaration
<SchemaAttrAttribute(, "oldLength")> _
Public Property OldLength As UInt32Value
    Get
    Set
'Usage
Dim instance As RevisionComment
Dim value As UInt32Value

value = instance.OldLength

instance.OldLength = value
[SchemaAttrAttribute(, "oldLength")]
public UInt32Value OldLength { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

RevisionComment Class

RevisionComment Members

DocumentFormat.OpenXml.Spreadsheet Namespace