add method
add(self, name, value)
Adds custom property information.
def add(self, name, value):
    ...
| Parameter | Type | Description | 
|---|---|---|
| name | System.String | The name of the custom property. | 
| value | System.String | The value of the custom property. | 
See Also
- module aspose.cells.properties
- class CustomPropertyCollection