1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.options
  6. /
  7. WorksheetOptions class
  8. /
  9. WorksheetOptions constructor

WorksheetOptions constructor

On this page

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

On this page