script property

script property

Gets or sets the script formatting of this SpreadsheetHeaderFooterSection.

Definition:

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

See Also