Aspose::Cells::Properties::DocumentPropertyCollection::IndexOf method

DocumentPropertyCollection::IndexOf(const U16String&) method

Gets the index of a property by name.

int32_t Aspose::Cells::Properties::DocumentPropertyCollection::IndexOf(const U16String &name)
ParameterTypeDescription
nameconst U16String&The case-insensitive name of the property.

ReturnValue

The zero based index. Negative value if not found.

See Also

DocumentPropertyCollection::IndexOf(const char16_t*) method

Gets the index of a property by name.

int32_t Aspose::Cells::Properties::DocumentPropertyCollection::IndexOf(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The case-insensitive name of the property.

ReturnValue

The zero based index. Negative value if not found.

See Also