Aspose::Cells::Timelines::Timeline::GetCaption method

Timeline::GetCaption method

Returns or sets the caption of the specified Timeline.

U16String Aspose::Cells::Timelines::Timeline::GetCaption()

Examples

    //Set the caption of the specified Timeline.
if (timelineObj.GetCaption().IsNull())
{
    timelineObj.SetCaption(u"timeline caption test");
}

See Also