Aspose::Cells::Slicers::Slicer::GetCaption method

Slicer::GetCaption method

Returns or sets the caption of the specified slicer.

U16String Aspose::Cells::Slicers::Slicer::GetCaption()

Examples

if (slicer.GetCaption().IsNull())
{
    slicer.SetCaption(u"slicer caption");
}

See Also