PreviousTableProperties.TableStyle Property
TableStyle.Represents the element tag in schema: w:tblStyle
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property TableStyle As TableStyle
Get
Set
'Usage
Dim instance As PreviousTableProperties
Dim value As TableStyle
value = instance.TableStyle
instance.TableStyle = value
public TableStyle TableStyle { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.TableStyle