Back to Devexpress

TableCell.LeftBorder Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-tablecell-30115e7d.md

latest1.2 KB
Original Source

TableCell.LeftBorder Property

Gets or sets the cell left border settings.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Property Value

TypeDescription
LineStyle

The line settings that are applied to 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