C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldList Class
Members

PivotFieldList Class
Represents a list of PivotField objects.
Object Model
PivotFieldList Class
Syntax
'Declaration
 
Public Class PivotFieldList 
   Inherits System.ComponentModel.BindingList(Of PivotField)
 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.ComponentModel.BindingList<T>
         C1.PivotEngine.PivotFieldList

See Also