Aspose::Cells::Drawing::Shape::GetControlData method
Shape::GetControlData method
Gets the data of control.
Vector<uint8_t> Aspose::Cells::Drawing::Shape::GetControlData()
Examples
if (shape.GetControlData().IsNull())
{
//"No data."
}
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++