Aspose::Cells::Drawing::ActiveXControls::UnknownControl::GetRelationshipData method

UnknownControl::GetRelationshipData(const U16String&) method

Gets the related data.

Vector<uint8_t> Aspose::Cells::Drawing::ActiveXControls::UnknownControl::GetRelationshipData(const U16String &relId)
ParameterTypeDescription
relIdconst U16String&The relationship id.

ReturnValue

Returns the related data.

See Also

UnknownControl::GetRelationshipData(const char16_t*) method

Gets the related data.

Vector<uint8_t> Aspose::Cells::Drawing::ActiveXControls::UnknownControl::GetRelationshipData(const char16_t *relId)
ParameterTypeDescription
relIdconst char16_t*The relationship id.

ReturnValue

Returns the related data.

See Also