次の方法で共有


TableCellBorders.RightBorder Property

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

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

Syntax

'宣言
Public Property RightBorder As RightBorder
    Get
    Set
'使用
Dim instance As TableCellBorders
Dim value As RightBorder

value = instance.RightBorder

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.RightBorder
Returns RightBorder.

See Also

Reference

TableCellBorders Class

TableCellBorders Members

DocumentFormat.OpenXml.Wordprocessing Namespace