Show or hide some labels on worksheet
GetLabelVisible(LabelType)
Returns True on successful and False on failure.
wks=PyOrigin.WorksheetPages('Book1').Layers(0) #test if comments label visable if wks.GetLabelVisible(2)==1: print("The comments label is visable") else: print("The comments label is invisable")
Worksheet-SetLabelVisible