Share via


TablePartStyleType.TableCellStyle Property

Table Cell Style.Represents the element tag in schema: a:tcStyle

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

Syntax

'Declaration
Public Property TableCellStyle As TableCellStyle
    Get
    Set
'Usage
Dim instance As TablePartStyleType
Dim value As TableCellStyle

value = instance.TableCellStyle

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.TableCellStyle

See Also

Reference

TablePartStyleType Class

TablePartStyleType Members

DocumentFormat.OpenXml.Drawing Namespace