Style.StyleTableCellProperties Property

Style 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 StyleTableCellProperties As StyleTableCellProperties
    Get
    Set
'Usage
Dim instance As Style
Dim value As StyleTableCellProperties

value = instance.StyleTableCellProperties

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties

See Also

Reference

Style Class

Style Members

DocumentFormat.OpenXml.Wordprocessing Namespace