GetFormula1

GetFormula1(bool, bool)

Ruft den Wert oder Ausdruck ab, der dieser Validierung zugeordnet ist.

public string GetFormula1(bool isR1C1, bool isLocal)
ParameterTypBeschreibung
isR1C1BooleanOb die Formel als R1C1 formatiert werden muss.
isLocalBooleanOb die Formel nach Gebietsschema formatiert werden muss.

Rückgabewert

Der Wert oder Ausdruck, der dieser Validierung zugeordnet ist.

Siehe auch


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)
ParameterTypBeschreibung
isR1C1BooleanOb die Formel als R1C1 formatiert werden muss.
isLocalBooleanOb die Formel nach Gebietsschema formatiert werden muss.
rowInt32Der Zeilenindex.
columnInt32Der Spaltenindex.

Rückgabewert

Der Wert oder Ausdruck, der dieser Validierung zugeordnet ist.

Siehe auch