GetRefersTo

GetRefersTo(bool, bool)

Få referensen till detta namn.

public string GetRefersTo(bool isR1C1, bool isLocal)
ParameterTypBeskrivning
isR1C1BooleanOm referensen behöver formateras som R1C1.
isLocalBooleanOm referensen behöver formateras efter språk.

Se även


GetRefersTo(bool, bool, int, int)

Få referensen till detta namn baserat på specificerad cell.

public string GetRefersTo(bool isR1C1, bool isLocal, int row, int column)
ParameterTypBeskrivning
isR1C1BooleanOm referensen behöver formateras som R1C1.
isLocalBooleanOm referensen behöver formateras efter språk.
rowInt32Cellens radindex.
columnInt32Kolumnindex för cellen.

Se även