Aspose::Cells::Drawing::Shape::GetName method
Shape::GetName method
Gets and sets the name of the shape.
U16String Aspose::Cells::Drawing::Shape::GetName()
Examples
if (shape.GetName() == u"shape")
{
shape.SetName(u"shape1");
}
See Also
- Class U16String
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++