AddRowAreaCondition
AddRowAreaCondition(string)
Fügt das bedingte PivotTable-Formatlimit in den Zeilenfeldern hinzu.
public void AddRowAreaCondition(string fieldName)
Parameter | Typ | Beschreibung |
---|---|---|
fieldName | String | Der Name von PivotField. |
Siehe auch
- class PivotFormatCondition
- namensraum Aspose.Cells.Pivot
- Montage Aspose.Cells
AddRowAreaCondition(PivotField)
Fügt das bedingte PivotTable-Formatlimit in den Zeilenfeldern hinzu.
public void AddRowAreaCondition(PivotField rowField)
Parameter | Typ | Beschreibung |
---|---|---|
rowField | PivotField | Das PivotField in den Zeilenfeldern. |
Siehe auch
- class PivotField
- class PivotFormatCondition
- namensraum Aspose.Cells.Pivot
- Montage Aspose.Cells