columns property

columns property

Gets the collection of Column objects that represents the individual columns in this worksheet.

Definition:

@property
def columns(self):
    ...

See Also