Partager via


TableStyleElements.Item Method

Returns a single object from a collection.

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

Syntax

'Declaration
Function Item ( _
    Index As XlTableStyleElementType _
) As TableStyleElement
'Usage
Dim instance As TableStyleElements
Dim Index As XlTableStyleElementType
Dim returnValue As TableStyleElement

returnValue = instance.Item(Index)
TableStyleElement Item(
    XlTableStyleElementType Index
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Excel.TableStyleElement
TableStyleElement

See Also

Reference

TableStyleElements Interface

TableStyleElements Members

Microsoft.Office.Interop.Excel Namespace