PivotFilters.Item[Object] 属性

定义

根据 PivotFilters 集合对象特定元素在集合中的位置返回该特定元素。 此为只读属性。

public:
 property Microsoft::Office::Interop::Excel::PivotFilter ^ Item[System::Object ^] { Microsoft::Office::Interop::Excel::PivotFilter ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Excel.PivotFilter Item[object Index] { get; }
Public ReadOnly Property Item(Index As Object) As PivotFilter

参数

Index
Object

必需 对象 指定集合元素的位置。

属性值

PivotFilter

适用于