[]
        
(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
object
CellBorderCollection
Implements
System.Collections.Generic.IEnumerable<T><Border>
System.Collections.IEnumerable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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