Aspose::Cells::Properties::ContentTypePropertyCollection::Add method
Contents
[
Hide
]ContentTypePropertyCollection::Add(const U16String&, const U16String&) method
Adds content type property information.
int32_t Aspose::Cells::Properties::ContentTypePropertyCollection::Add(const U16String &name, const U16String &value)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The name of the content type property. |
value | const U16String& | The value of the content type property. |
See Also
- Class Vector
- Class U16String
- Class ContentTypePropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++
ContentTypePropertyCollection::Add(const char16_t*, const char16_t*) method
Adds content type property information.
int32_t Aspose::Cells::Properties::ContentTypePropertyCollection::Add(const char16_t *name, const char16_t *value)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The name of the content type property. |
value | const char16_t* | The value of the content type property. |
See Also
- Class Vector
- Class ContentTypePropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++
ContentTypePropertyCollection::Add(const U16String&, const U16String&, const U16String&) method
Adds content type property information.
int32_t Aspose::Cells::Properties::ContentTypePropertyCollection::Add(const U16String &name, const U16String &value, const U16String &type)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The name of the content type property. |
value | const U16String& | The value of the content type property. |
type | const U16String& | The type of the content type property. |
See Also
- Class Vector
- Class U16String
- Class ContentTypePropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++
ContentTypePropertyCollection::Add(const char16_t*, const char16_t*, const char16_t*) method
Adds content type property information.
int32_t Aspose::Cells::Properties::ContentTypePropertyCollection::Add(const char16_t *name, const char16_t *value, const char16_t *type)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The name of the content type property. |
value | const char16_t* | The value of the content type property. |
type | const char16_t* | The type of the content type property. |
See Also
- Class Vector
- Class ContentTypePropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++