TwoCellAnchor.EditAs Property

Definition

Positioning and Resizing Behaviors

Represents the following attribute in the schema: editAs

[DocumentFormat.OpenXml.SchemaAttr(0, "editAs")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues> EditAs { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues> EditAs { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "editAs")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues>? EditAs { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("editAs")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues>? EditAs { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues>? EditAs { get; set; }
member this.EditAs : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "editAs")>]
member this.EditAs : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("editAs")>]
member this.EditAs : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues> with get, set
Public Property EditAs As EnumValue(Of EditAsValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to