[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TableBorderCollection

Class TableBorderCollection

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

Represents the set of borders for the edges of the table.

public class TableBorderCollection : BorderCollection, IEnumerable<Border>, IEnumerable
Inheritance
object
TableBorderCollection
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

InsideHorizontal

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

Property Value

Border

InsideVertical

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

Property Value

Border