Aspose::Cells::Slicers::SlicerCache::GetSourceName method

SlicerCache::GetSourceName method

Returns the name of cache field.

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

Examples

    //get the name of cache field.
U16String sourceName = slicerCache.GetSourceName();

See Also