macro_name عقار
macro_name عقار
يحصل على اسم الماكرو ويحدده.
مثال
# Sets the name of macro.
shape.macro_name = "DoWork()"
تعريف:
@property
def macro_name(self):
    ...
@macro_name.setter
def macro_name(self, value):
    ...
أنظر أيضا
- الوحدة aspose.cells.drawing
- فئة GroupBox