TablePartStyleType.TableCellTextStyle Property
Table Cell Text Style.Represents the element tag in schema: a:tcTxStyle
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property TableCellTextStyle As TableCellTextStyle
Get
Set
'Usage
Dim instance As TablePartStyleType
Dim value As TableCellTextStyle
value = instance.TableCellTextStyle
instance.TableCellTextStyle = value
public TableCellTextStyle TableCellTextStyle { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.TableCellTextStyle