[]
Add a PivotField instance updated by the specified action to the collection.
public FieldItemFactory AddPivotField(Action<PivotFieldBuilder> build)
| Type | Name | Description |
|---|---|---|
| Action<PivotFieldBuilder> | build | The specified action to update TItem instance. |
| Type | Description |
|---|---|
| FieldItemFactory | The factory instance |
Add a PivotField instance to the collection.
public virtual FieldItemFactory AddPivotField(PivotField item)
| Type | Name | Description |
|---|---|---|
| PivotField | item | The PivotField instance. |
| Type | Description |
|---|---|
| FieldItemFactory | The factory instance |