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
- Class U16String
- Class Slicer
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++