macro_name fastighet

macro_name fastighet

Hämtar och ställer in namnet på makrot.

Exempel


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

Definition:

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

Se även