get method
get(self, name)
Returns a DocumentProperty object by the name of the property.
def get(self, name):
...
| Parameter | Type | Description |
|---|---|---|
| name | int | The case-insensitive name of the property to retrieve. |
get(self, name)
def get(self, name):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String |
See Also
- module
aspose.cells.properties - class
BuiltInDocumentPropertyCollection - class
DocumentProperty