Aspose::Cells::Slicers::SlicerCache::GetName method

SlicerCache::GetName method

Returns the name of the slicer cache.

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

Examples

//get the name of the slicer cache.
U16String name = slicerCache.GetName();

See Also