[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CellBorderCollection

Class CellBorderCollection

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents the set of borders for the edges of a cell.

public class CellBorderCollection : TableBorderCollection, IEnumerable<Border>, IEnumerable
Inheritance
CellBorderCollection
Implements
Inherited Members

Properties

TopLeftToBottomRight

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; }

Property Value

Border

TopRightToBottomLeft

Gets the border that shall be displayed on the top right to bottom left diagonal within the current table cell.

public Border TopRightToBottomLeft { get; }

Property Value

Border