[]
Represents the set of borders for the edges of a cell.
public class CellBorderCollection : TableBorderCollection, IEnumerable<Border>, IEnumerable
Public Class CellBorderCollection
Inherits TableBorderCollection
Implements IEnumerable(Of Border), IEnumerable
Name | Description |
---|---|
TopLeftToBottomRight | Gets the border that shall be displayed on the top left side to bottom right diagonal within the current table cell. |
TopRightToBottomLeft | Gets the border that shall be displayed on the top right to bottom left diagonal within the current table cell. |