_Document.DefaultTableStyle Property
Returns an Object that represents the table style that is applied to all newly created tables in a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property DefaultTableStyle As Object
Get
'Usage
Dim instance As _Document
Dim value As Object
value = instance.DefaultTableStyle
Object DefaultTableStyle { get; }
Property Value
Type: System.Object