Share via


ITableStyleElements._Default Property

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

Syntax

'Declaration
ReadOnly Default Property _Default ( _
    Index As XlTableStyleElementType _
) As TableStyleElement
    Get
'Usage
Dim instance As ITableStyleElements
Dim Index As XlTableStyleElementType
Dim value As TableStyleElement

value = instance(Index)
TableStyleElement this[
    XlTableStyleElementType Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.Excel.TableStyleElement

See Also

Reference

ITableStyleElements Interface

ITableStyleElements Members

Microsoft.Office.Interop.Excel Namespace