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