Interface IPivotDataFields
public interface IPivotDataFields
Properties
Count
int Count { get; }
Property Value
this[int]
PivotDataField this[int index] { get; }
Parameters
index
int
Property Value
this[string]
IPivotDataField this[string name] { get; }
Parameters
name
string
Property Value
Methods
Add(IPivotField, string, SubtotalTypes)
IPivotDataField Add(IPivotField field, string name, SubtotalTypes subtotal)
Parameters
field
IPivotFieldname
stringsubtotal
SubtotalTypes