Proxy.ConnectionLocation Property

Connection Location.Represents the attribte in schema: connectloc

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "connectloc")> _
Public Property ConnectionLocation As Int32Value
    Get
    Set
'Usage
Dim instance As Proxy
Dim value As Int32Value

value = instance.ConnectionLocation

instance.ConnectionLocation = value
[SchemaAttrAttribute(, "connectloc")]
public Int32Value ConnectionLocation { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

Proxy Class

Proxy Members

DocumentFormat.OpenXml.Vml.Office Namespace