encoding property

encoding property

Gets and sets the encoding of VBA project.

Definition:

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

See Also