Aspose::Cells::Slicers::Slicer::GetName method

Slicer::GetName method

Returns or sets the name of the specified slicer.

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

Examples

if (slicer.GetName().IsNull())
{
    slicer.SetName(u"slicer name");
}

See Also