ShapeDefaults.MaxShapeId 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 ID Optional Storage
Represents the following attribute in the schema: spidmax
[DocumentFormat.OpenXml.SchemaAttr(0, "spidmax")]
public DocumentFormat.OpenXml.IntegerValue MaxShapeId { get; set; }
public DocumentFormat.OpenXml.IntegerValue MaxShapeId { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "spidmax")]
public DocumentFormat.OpenXml.IntegerValue? MaxShapeId { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("spidmax")]
public DocumentFormat.OpenXml.IntegerValue? MaxShapeId { get; set; }
public DocumentFormat.OpenXml.IntegerValue? MaxShapeId { get; set; }
member this.MaxShapeId : DocumentFormat.OpenXml.IntegerValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "spidmax")>]
member this.MaxShapeId : DocumentFormat.OpenXml.IntegerValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("spidmax")>]
member this.MaxShapeId : DocumentFormat.OpenXml.IntegerValue with get, set
Public Property MaxShapeId As IntegerValue
Property Value
Returns Int32Value.
- Attributes