TableCell.TableCellProperties Property

Table Cell Properties.Represents the element tag in schema: w:tcPr

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

Syntax

'Declaration
Public Property TableCellProperties As TableCellProperties
    Get
    Set
'Usage
Dim instance As TableCell
Dim value As TableCellProperties

value = instance.TableCellProperties

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.TableCellProperties

See Also

Reference

TableCell Class

TableCell Members

DocumentFormat.OpenXml.Wordprocessing Namespace