Aspose::Cells::Name::GetRefersTo method

Name::GetRefersTo() method

Returns or sets the formula that the name is defined to refer to, beginning with an equal sign.

U16String Aspose::Cells::Name::GetRefersTo()

See Also

Name::GetRefersTo(bool, bool) method

Get the reference of this Name.

U16String Aspose::Cells::Name::GetRefersTo(bool isR1C1, bool isLocal)
ParameterTypeDescription
isR1C1boolWhether the reference needs to be formatted as R1C1.
isLocalboolWhether the reference needs to be formatted by locale.

See Also

Name::GetRefersTo(bool, bool, int32_t, int32_t) method

Get the reference of this Name based on specified cell.

U16String Aspose::Cells::Name::GetRefersTo(bool isR1C1, bool isLocal, int32_t row, int32_t column)
ParameterTypeDescription
isR1C1boolWhether the reference needs to be formatted as R1C1.
isLocalboolWhether the reference needs to be formatted by locale.
rowint32_tThe row index of the cell.
columnint32_tThe column index of the cell.

See Also