Partager via


TableCellMargin.RightMargin Property

Table Cell Right Margin Exception.Represents the element tag in schema: w:right

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property RightMargin As RightMargin
    Get
    Set
'Usage
Dim instance As TableCellMargin
Dim value As RightMargin

value = instance.RightMargin

instance.RightMargin = value
public RightMargin RightMargin { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.RightMargin
Returns RightMargin.

See Also

Reference

TableCellMargin Class

TableCellMargin Members

DocumentFormat.OpenXml.Wordprocessing Namespace