Translations:Macros/Python Guide/Calc/Calc sheets/26/en
Jump to navigation
Jump to search
sheet = doc.Sheets[0]
msgbox(sheet.IsVisible)
sheet.IsVisible = False
msgbox(sheet.IsVisible)
sheet.IsVisible = True