RevisionMove.Destination Property

Destination.Represents the attribte in schema: destination

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

Syntax

'Declaration
<SchemaAttrAttribute(, "destination")> _
Public Property Destination As StringValue
    Get
    Set
'Usage
Dim instance As RevisionMove
Dim value As StringValue

value = instance.Destination

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

RevisionMove Class

RevisionMove Members

DocumentFormat.OpenXml.Spreadsheet Namespace