[]
Creates a new IDocumentProperty and adds it to the list of custom document properties that are available for the current IWorkbook.
IDocumentProperty AddLinkToContent(string name, string source)
Function AddLinkToContent(name As String, source As String) As IDocumentProperty
Type | Name | Description |
---|---|---|
string | name | The new IDocumentProperty name. |
string | source | The source of the property. |
Type | Description |
---|---|
IDocumentProperty | The new IDocumentProperty. |