Items Property (PivotFieldCollection)
In This Topic
Gets the field collection.
Syntax
'Declaration
Public Property Items As System.Collections.Generic.IList(Of PivotFieldBase)
'Usage
Dim instance As PivotFieldCollection
Dim value As System.Collections.Generic.IList(Of PivotFieldBase)
instance.Items = value
value = instance.Items
public System.Collections.Generic.IList<PivotFieldBase> Items {get; set;}
public read-write property Items: System.Collections.Generic.IList;
public function get,set Items : System.Collections.Generic.IList
public: __property System.Collections.Generic.IList<PivotFieldBase*>* get_Items();
public: __property void set_Items(
System.Collections.Generic.IList<PivotFieldBase*>* value
);
public:
property System.Collections.Generic.IList<PivotFieldBase^>^ Items {
System.Collections.Generic.IList<PivotFieldBase^>^ get();
void set ( System.Collections.Generic.IList<PivotFieldBase^>^ value);
}
See Also