ShapeIdMap.Data Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shape IDs
Represents the following attribute in the schema: data
[DocumentFormat.OpenXml.SchemaAttr(0, "data")]
public DocumentFormat.OpenXml.StringValue Data { get; set; }
public DocumentFormat.OpenXml.StringValue Data { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "data")]
public DocumentFormat.OpenXml.StringValue? Data { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("data")]
public DocumentFormat.OpenXml.StringValue? Data { get; set; }
public DocumentFormat.OpenXml.StringValue? Data { get; set; }
member this.Data : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "data")>]
member this.Data : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("data")>]
member this.Data : DocumentFormat.OpenXml.StringValue with get, set
Public Property Data As StringValue
Property Value
Returns StringValue.
- Attributes