Style.Table Property

Returns a TableStyle object representing properties that can be applied to a table using a table style.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Table As TableStyle
    Get
'Usage
Dim instance As Style
Dim value As TableStyle

value = instance.Table
TableStyle Table { get; }

Property Value

Type: Microsoft.Office.Interop.Word.TableStyle

See Also

Reference

Style Interface

Style Members

Microsoft.Office.Interop.Word Namespace