[]
Represents the set of borders for the edges of the table.
public class TableBorderCollection : BorderCollection, IEnumerable<Border>, IEnumerable
Gets the border that shall be displayed on all horizontal table cell borders that are not on an outmost edge of the parent table.
public Border InsideHorizontal { get; }
Gets the border that shall be displayed on all vertical table cell borders that are not on an outmost edge of the parent table.
public Border InsideVertical { get; }