Aspose::Cells::SettableGlobalizationSettings::SetCommentTitleName method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
type | CommentTitleType | type of comment title |
name | const U16String& | locale dependent comment title name |
See Also
- Class Vector
- Enum CommentTitleType
- Class U16String
- Class SettableGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
type | CommentTitleType | type of comment title |
name | const char16_t* | locale dependent comment title name |
See Also
- Class Vector
- Enum CommentTitleType
- Class SettableGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++