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