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):
    ...

أنظر أيضا