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