Alignment.Vertical 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.
Alinhamento Vertical
Representa o seguinte atributo no esquema: vertical
[DocumentFormat.OpenXml.SchemaAttr(0, "vertical")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues> Vertical { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues> Vertical { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "vertical")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues>? Vertical { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("vertical")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues>? Vertical { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues>? Vertical { get; set; }
member this.Vertical : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "vertical")>]
member this.Vertical : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("vertical")>]
member this.Vertical : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues> with get, set
Public Property Vertical As EnumValue(Of VerticalAlignmentValues)
Valor da propriedade
Retorna EnumValue<T>.
- Atributos