add method
add
Adds content type property information.
def add(self, name, value):
...
Parameter | Type | Description |
---|---|---|
name | str | The name of the content type property. |
value | str | The value of the content type property. |
add
Adds content type property information.
def add(self, name, value, type):
...
Parameter | Type | Description |
---|---|---|
name | str | The name of the content type property. |
value | str | The value of the content type property. |
type | str | The type of the content type property. |
See Also
- module
aspose.cells.properties
- class
ContentTypePropertyCollection