OleObject.ShapeId Property

OLE Object Shape.Represents the attribte in schema: ShapeID

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

Syntax

'Declaration
<SchemaAttrAttribute(, "ShapeID")> _
Public Property ShapeId As StringValue
    Get
    Set
'Usage
Dim instance As OleObject
Dim value As StringValue

value = instance.ShapeId

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

OleObject Class

OleObject Members

DocumentFormat.OpenXml.Vml.Office Namespace