Share via


TableStyleElements.Item Method

Excel Developer Reference

Returns a single object from a collection.

Version Information
 Version Added:  Excel 2007

Syntax

expression.Item(Index)

expression   A variable that represents a TableStyleElements object.

Parameters

Name Required/Optional Data Type Description
Index Required XlTableStyleElementType A table style element.

Return Value
TableStyleElement

See Also