ITableStyleElements.Item Method
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 ITableStyleElements
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