[]
Represents the set of borders for the edges of the table.
public class TableBorderCollection : BorderCollection, IEnumerable<Border>, IEnumerable
Public Class TableBorderCollection
Inherits BorderCollection
Implements IEnumerable(Of Border), IEnumerable
| Name | Description |
|---|---|
| InsideHorizontal | Gets the border that shall be displayed on all horizontal table cell borders that are not on an outmost edge of the parent table. |
| InsideVertical | Gets the border that shall be displayed on all vertical table cell borders that are not on an outmost edge of the parent table. |