ContentTypePropertyCollection.Add
Add(string, string)
Adds content type property information.
public int Add(string name, string value)
Parameter | Type | Description |
---|---|---|
name | String | The name of the content type property. |
value | String | The value of the content type property. |
See Also
- class ContentTypePropertyCollection
- namespace Aspose.Cells.Properties
- assembly Aspose.Cells
Add(string, string, string)
Adds content type property information.
public int Add(string name, string value, string type)
Parameter | Type | Description |
---|---|---|
name | String | The name of the content type property. |
value | String | The value of the content type property. |
type | String | The type of the content type property. |
See Also
- class ContentTypePropertyCollection
- namespace Aspose.Cells.Properties
- assembly Aspose.Cells