Aspose::Cells::Properties::ContentTypePropertyCollection::Add method

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)
ParameterTypeDescription
nameconst U16String&The name of the content type property.
valueconst U16String&The value of the content type property.

See Also

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)
ParameterTypeDescription
nameconst char16_t*The name of the content type property.
valueconst char16_t*The value of the content type property.

See Also

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)
ParameterTypeDescription
nameconst U16String&The name of the content type property.
valueconst U16String&The value of the content type property.
typeconst U16String&The type of the content type property.

See Also

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)
ParameterTypeDescription
nameconst char16_t*The name of the content type property.
valueconst char16_t*The value of the content type property.
typeconst char16_t*The type of the content type property.

See Also