GetFormula2
Inhalt
[
Ausblenden
]GetFormula2(bool, bool)
Ruft den Wert oder Ausdruck ab, der dieser Formatbedingung zugeordnet ist.
public string GetFormula2(bool isR1C1, bool isLocal)
Parameter | Typ | Beschreibung |
---|---|---|
isR1C1 | Boolean | Ob die Formel als R1C1 formatiert werden muss. |
isLocal | Boolean | Ob die Formel nach Gebietsschema formatiert werden muss. |
Rückgabewert
Der Wert oder Ausdruck, der dieser Formatbedingung zugeordnet ist.
Siehe auch
- class FormatCondition
- namensraum Aspose.Cells
- Montage Aspose.Cells
GetFormula2(bool, bool, int, int)
Ruft den Wert oder Ausdruck der bedingten Formatierung der Zelle ab.
public string GetFormula2(bool isR1C1, bool isLocal, int row, int column)
Parameter | Typ | Beschreibung |
---|---|---|
isR1C1 | Boolean | Ob die Formel als R1C1 formatiert werden muss. |
isLocal | Boolean | Ob die Formel nach Gebietsschema formatiert werden muss. |
row | Int32 | Der Zeilenindex. |
column | Int32 | Der Spaltenindex. |
Rückgabewert
Der Wert oder Ausdruck, der der bedingten Formatierung der Zelle zugeordnet ist.
Bemerkungen
Die angegebene Zelle muss in dieser bedingten Formatierung enthalten sein, andernfalls wird null zurückgegeben.
Siehe auch
- class FormatCondition
- namensraum Aspose.Cells
- Montage Aspose.Cells
GetFormula2(int, int)
Ruft die Formel der bedingten Formatierung der Zelle ab.
public string GetFormula2(int row, int column)
Parameter | Typ | Beschreibung |
---|---|---|
row | Int32 | Der Zeilenindex. |
column | Int32 | Der Spaltenindex. |
Rückgabewert
Die Formel.
Siehe auch
- class FormatCondition
- namensraum Aspose.Cells
- Montage Aspose.Cells