GetFormula1
Inhalt
[
Ausblenden
]GetFormula1(bool, bool)
Ruft den Wert oder Ausdruck ab, der dieser Validierung zugeordnet ist.
public string GetFormula1(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 Validierung zugeordnet ist.
Siehe auch
- class Validation
- namensraum Aspose.Cells
- Montage Aspose.Cells
GetFormula1(bool, bool, int, int)
Ruft den Wert oder Ausdruck ab, der dieser Validierung für eine bestimmte Zelle zugeordnet ist.
public string GetFormula1(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 dieser Validierung zugeordnet ist.
Siehe auch
- class Validation
- namensraum Aspose.Cells
- Montage Aspose.Cells