Aspose::Cells::Drawing::OleObject::SetObjectSourceFullName method

OleObject::SetObjectSourceFullName(const U16String&) method

Returns the source full name of the source file for the linked OLE object.

void Aspose::Cells::Drawing::OleObject::SetObjectSourceFullName(const U16String &value)

Remarks

Only supports setting the source full name when the file type is OleFileType.Unknown. Such as wav file ,avi file..etc..

See Also

OleObject::SetObjectSourceFullName(const char16_t*) method

Returns the source full name of the source file for the linked OLE object.

void Aspose::Cells::Drawing::OleObject::SetObjectSourceFullName(const char16_t *value)

Remarks

Only supports setting the source full name when the file type is OleFileType.Unknown. Such as wav file ,avi file..etc..

See Also