AddRowAreaCondition
AddRowAreaCondition(string)
Aggiunge il limite del formato condizionale della tabella pivot nei campi della riga.
public void AddRowAreaCondition(string fieldName)
Parametro | Tipo | Descrizione |
---|---|---|
fieldName | String | Il nome di campo pivot. |
Guarda anche
- class PivotFormatCondition
- spazio dei nomi Aspose.Cells.Pivot
- assemblea Aspose.Cells
AddRowAreaCondition(PivotField)
Aggiunge il limite del formato condizionale della tabella pivot nei campi della riga.
public void AddRowAreaCondition(PivotField rowField)
Parametro | Tipo | Descrizione |
---|---|---|
rowField | PivotField | Il campo pivot nei campi riga. |
Guarda anche
- class PivotField
- class PivotFormatCondition
- spazio dei nomi Aspose.Cells.Pivot
- assemblea Aspose.Cells