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
Index
Type: Microsoft.Office.Interop.Excel.XlTableStyleElementTypeA table style element.
Return Value
Type: Microsoft.Office.Interop.Excel.TableStyleElement
TableStyleElement