Compartilhar via


TableCellProperties.RightMargin Propriedade

Definição

Margem Direita

Representa o seguinte atributo no esquema: marR

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

Valor da propriedade

Retorna Int32Value.

Atributos

Comentários

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

Esse atributo especifica a margem direita da célula. O valor especificado neste atributo é a distância, em EMUs, para deslocamento da direita da célula.

Considere o exemplo seguinte:

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

Neste exemplo, especificamos um valor para a margem à direita da célula.

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

Aplica-se a