Name.GetRefersTo

GetRefersTo(bool, bool)

Get the reference of this Name.

public string GetRefersTo(bool isR1C1, bool isLocal)
ParameterTypeDescription
isR1C1BooleanWhether the reference needs to be formatted as R1C1.
isLocalBooleanWhether the reference needs to be formatted by locale.

See Also


GetRefersTo(bool, bool, int, int)

Get the reference of this Name based on specified cell.

public string GetRefersTo(bool isR1C1, bool isLocal, int row, int column)
ParameterTypeDescription
isR1C1BooleanWhether the reference needs to be formatted as R1C1.
isLocalBooleanWhether the reference needs to be formatted by locale.
rowInt32The row index of the cell.
columnInt32The column index of the cell.

See Also