TableStyleElements.Item(XlTableStyleElementType) Method

Definition

Returns a single object from a collection.

public:
 Microsoft::Office::Interop::Excel::TableStyleElement ^ Item(Microsoft::Office::Interop::Excel::XlTableStyleElementType Index);
public Microsoft.Office.Interop.Excel.TableStyleElement Item (Microsoft.Office.Interop.Excel.XlTableStyleElementType Index);
Public Function Item (Index As XlTableStyleElementType) As TableStyleElement

Parameters

Index
XlTableStyleElementType

A table style element.

Returns

TableStyleElement

Applies to