RevisionComment.NewLength Property

New Comment Length.Represents the attribte in schema: newLength

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

Syntax

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

value = instance.NewLength

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

RevisionComment Class

RevisionComment Members

DocumentFormat.OpenXml.Spreadsheet Namespace