Back to Devexpress

TableCell.RightBorder Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-tablecell-7fb74aa1.md

latest1.2 KB
Original Source

TableCell.RightBorder Property

Gets or sets the cell right border settings.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public LineStyle RightBorder { get; set; }
vb
Public Property RightBorder As LineStyle

Property Value

TypeDescription
LineStyle

The line settings that are applied the border.

|

Remarks

For more information, refer to the following help topic: Customize Cell Borders.

See Also

TableCell Class

TableCell Members

DevExpress.Docs.Presentation Namespace