Undo.DeletedRange Property

Range.Represents the attribte in schema: dr

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

Syntax

'Declaration
<SchemaAttrAttribute(, "dr")> _
Public Property DeletedRange As StringValue
    Get
    Set
'Usage
Dim instance As Undo
Dim value As StringValue

value = instance.DeletedRange

instance.DeletedRange = value
[SchemaAttrAttribute(, "dr")]
public StringValue DeletedRange { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Undo Class

Undo Members

DocumentFormat.OpenXml.Spreadsheet Namespace