Table.Style Property

Returns a TableStyle object that contains information about the specified table's current table style. Read-only.

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

Syntax

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

value = instance.Style
TableStyle Style { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.TableStyle

See Also

Reference

Table Interface

Table Members

Microsoft.Office.Interop.PowerPoint Namespace