Aspose::Cells::Properties::CustomDocumentPropertyCollection::AddLinkToContent method

CustomDocumentPropertyCollection::AddLinkToContent(const U16String&, const U16String&) method

Creates a new custom document property which links to content.

DocumentProperty Aspose::Cells::Properties::CustomDocumentPropertyCollection::AddLinkToContent(const U16String &name, const U16String &source)
ParameterTypeDescription
nameconst U16String&The name of the property.
sourceconst U16String&The source of the property

ReturnValue

The newly created property object.

See Also

CustomDocumentPropertyCollection::AddLinkToContent(const char16_t*, const char16_t*) method

Creates a new custom document property which links to content.

DocumentProperty Aspose::Cells::Properties::CustomDocumentPropertyCollection::AddLinkToContent(const char16_t *name, const char16_t *source)
ParameterTypeDescription
nameconst char16_t*The name of the property.
sourceconst char16_t*The source of the property

ReturnValue

The newly created property object.

See Also