get method
get(self, name)
Returns a DocumentProperty
object by the name of the property.
def get(self, name):
...
Parameter | Type | Description |
---|---|---|
name | str | The case-insensitive name of the property to retrieve. |
Remarks
Returns null if a property with the specified name is not found.
get(self, index)
Returns a DocumentProperty
object by index.
Returns
def get(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int | Zero-based index of the DocumentProperty to retrieve. |
See Also
- module
aspose.cells.properties
- class
BuiltInDocumentPropertyCollection
- class
DocumentProperty