Aspose::Cells::Drawing::Shape::GetSpt method

Shape::GetSpt method

Specifies an optional number that an application can use to associate the particular shape with a defined shape type.

int32_t Aspose::Cells::Drawing::Shape::GetSpt()

Examples

int spt = shape.GetSpt();

See Also