diff options
Diffstat (limited to 'doc/python/orcus/sheet_rows.rst')
-rw-r--r-- | doc/python/orcus/sheet_rows.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/python/orcus/sheet_rows.rst b/doc/python/orcus/sheet_rows.rst new file mode 100644 index 0000000..bd86e6e --- /dev/null +++ b/doc/python/orcus/sheet_rows.rst @@ -0,0 +1,9 @@ + +SheetRows +========= + +.. py:class:: SheetRows + + Iterator for rows within a :py:class:`.Sheet` object. Each iteration returns + a tuple of :py:class:`.Cell` objects for the row. + |