OpenXmlSurveyElementPrElement.Left Property

Definition

left, this property is only available in Office 2013 and later.

Represents the following attribute in the schema: left

[DocumentFormat.OpenXml.SchemaAttr(0, "left")]
public DocumentFormat.OpenXml.Int32Value Left { get; set; }
public DocumentFormat.OpenXml.Int32Value Left { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "left")]
public DocumentFormat.OpenXml.Int32Value? Left { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("left")]
public DocumentFormat.OpenXml.Int32Value? Left { get; set; }
public DocumentFormat.OpenXml.Int32Value? Left { get; set; }
member this.Left : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "left")>]
member this.Left : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("left")>]
member this.Left : DocumentFormat.OpenXml.Int32Value with get, set
Public Property Left As Int32Value

Property Value

Attributes

Applies to