Aspose::Cells::Timelines::Timeline::GetName method
Timeline::GetName method
Returns or sets the name of the specified Timeline.
U16String Aspose::Cells::Timelines::Timeline::GetName()
Examples
//Set the name of the specified Timeline.
if (timelineObj.GetName().IsNull())
{
timelineObj.SetName(u"timeline name test");
}
See Also
- Class U16String
- Class Timeline
- Namespace Aspose::Cells::Timelines
- Library Aspose.Cells for C++