Share via


Comment.ShapeId Property

shapeId, this property is only available in Office2010.Represents the attribte in schema: shapeId

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "shapeId")> _
Public Property ShapeId As UInt32Value
    Get
    Set
'Usage
Dim instance As Comment
Dim value As UInt32Value

value = instance.ShapeId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value

See Also

Reference

Comment Class

Comment Members

DocumentFormat.OpenXml.Spreadsheet Namespace