OleObject.ShapeId Property

Shape Id.Represents the attribte in schema: shapeId

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

Syntax

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

value = instance.ShapeId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

OleObject Class

OleObject Members

DocumentFormat.OpenXml.Spreadsheet Namespace