TableCellProperties.LeftMargin Propriedade

Definição

Margem Esquerda

Representa o seguinte atributo no esquema: marL

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

Valor da propriedade

Devolve Int32Value.

Atributos

Comentários

As seguintes informações do ECMA International Standard ECMA-376 podem ser úteis ao trabalhar com esta classe.

Este atributo especifica a margem esquerda da célula. O valor especificado neste atributo é a distância, em EMUs, para desfasar da esquerda da célula.

Considere o exemplo seguinte:

<a:tcPr marL="45720" anchor="ctr">  
…  
</a:tcPr>  

Neste exemplo, especificámos um valor para a margem à esquerda da célula.

Os valores possíveis para este atributo são definidos pelo ST_Coordinate32 tipo simples.

Aplica-se a