[]
Represents the set of borders for the edges of a cell.
public class CellBorderCollection : TableBorderCollection, IEnumerable<Border>, IEnumerable
Gets the border that shall be displayed on the top left side to bottom right diagonal within the current table cell.
public Border TopLeftToBottomRight { get; }
Gets the border that shall be displayed on the top right to bottom left diagonal within the current table cell.
public Border TopRightToBottomLeft { get; }