macro_name mülk

macro_name mülk

Makronun adını alır ve ayarlar.

Örnek


# Sets the name of macro.
shape.macro_name = "DoWork()"

Tanım:

@property
def macro_name(self):
    ...
@macro_name.setter
def macro_name(self, value):
    ...

Ayrıca bakınız