FillToRectangle.Right Property
r.Represents the attribte in schema: w14:r
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "r")> _
Public Property Right As Int32Value
Get
Set
'Usage
Dim instance As FillToRectangle
Dim value As Int32Value
value = instance.Right
instance.Right = value
[SchemaAttrAttribute(, "r")]
public Int32Value Right { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value