WorksheetOptions constructor

init

Initializes a new instance of the WorksheetOptions class.

def __init__(self, ranges):
    ...
Parameter Type Description
ranges list The collection of ranges.

Exceptions

Exception Description
ArgumentNullException The range collection or any of its elements cannot be null.

See Also