add_link_to_content method
add_link_to_content(self, name, source)
Creates a new custom document property which links to content.
Returns
The newly created property object.
def add_link_to_content(self, name, source):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | The name of the property. |
| source | System.String | The source of the property. It should be the name of named range. |
See Also
- module
aspose.cells.properties - class
CustomDocumentPropertyCollection - class
DocumentProperty