Compartir a través de


TableCellStyle.TableCellBorders Property

Table Cell Borders.Represents the element tag in schema: a:tcBdr

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

Syntax

'Declaración
Public Property TableCellBorders As TableCellBorders
    Get
    Set
'Uso
Dim instance As TableCellStyle
Dim value As TableCellBorders

value = instance.TableCellBorders

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.TableCellBorders

See Also

Reference

TableCellStyle Class

TableCellStyle Members

DocumentFormat.OpenXml.Drawing Namespace