TwoCellAnchor.EditAs Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Posicionamento e redimensionamento de comportamentos
Representa o seguinte atributo no esquema: 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)
Valor da propriedade
Retorna EnumValue<T>.
- Atributos