TableStyleConditionalFormattingTableCellProperties.TableCellBorders Property

TableCellBorders.Represents the element tag in schema: w:tcBorders

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

Syntax

'Declaration
Public Property TableCellBorders As TableCellBorders
    Get
    Set
'Usage
Dim instance As TableStyleConditionalFormattingTableCellProperties
Dim value As TableCellBorders

value = instance.TableCellBorders

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.TableCellBorders

See Also

Reference

TableStyleConditionalFormattingTableCellProperties Class

TableStyleConditionalFormattingTableCellProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace