Aspose::Cells::SettableGlobalizationSettings::SetCommentTitleName method

SettableGlobalizationSettings::SetCommentTitleName(CommentTitleType, const U16String&) method

Gets the locale dependent comment title name according to comment title type.

void Aspose::Cells::SettableGlobalizationSettings::SetCommentTitleName(CommentTitleType type, const U16String &name)
ParameterTypeDescription
typeCommentTitleTypetype of comment title
nameconst U16String&locale dependent comment title name

See Also

SettableGlobalizationSettings::SetCommentTitleName(CommentTitleType, const char16_t*) method

Gets the locale dependent comment title name according to comment title type.

void Aspose::Cells::SettableGlobalizationSettings::SetCommentTitleName(CommentTitleType type, const char16_t *name)
ParameterTypeDescription
typeCommentTitleTypetype of comment title
nameconst char16_t*locale dependent comment title name

See Also