[]
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)
| Type | Name | Description |
|---|---|---|
| string | name | The new IDocumentProperty name. |
| string | source | The source of the property. |
| Type | Description |
|---|---|
| IDocumentProperty | The new IDocumentProperty. |