Compatibility.UseSingleBorderForContiguousCells Property

Use Simplified Rules For Table Border Conflicts.Represents the element tag in schema: w:useSingleBorderforContiguousCells

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property UseSingleBorderForContiguousCells As UseSingleBorderForContiguousCells
    Get
    Set
'Usage
Dim instance As Compatibility
Dim value As UseSingleBorderForContiguousCells

value = instance.UseSingleBorderForContiguousCells

instance.UseSingleBorderForContiguousCells = value
public UseSingleBorderForContiguousCells UseSingleBorderForContiguousCells { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells
Returns UseSingleBorderForContiguousCells.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace