CustomDocumentPropertyCollectionAddLinkToContent Method |
Creates a new custom document property which links to content.
Namespace:
Aspose.Cells.Properties
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic DocumentProperty AddLinkToContent(
string name,
string source
)
Public Function AddLinkToContent (
name As String,
source As String
) As DocumentProperty
public:
DocumentProperty^ AddLinkToContent(
String^ name,
String^ source
)
member AddLinkToContent :
name : string *
source : string -> DocumentProperty
Parameters
- name
- Type: SystemString
The name of the property. - source
- Type: SystemString
The source of the property
Return Value
Type:
DocumentPropertyThe newly created property object.
See Also