# fluentform/6.2.9/app/Services/Spout/Reader/SheetInterface.php

Fluent Forms – Customizable Contact Forms, Survey, Quiz, &amp; Conversational Form Builder, version 6.2.9. 19 lines.

- Page: https://pluginprobe.com/plugins/fluentform/6.2.9/code/app/Services/Spout/Reader/SheetInterface.php
- Raw: https://pluginprobe.com/plugins/fluentform/6.2.9/raw/app/Services/Spout/Reader/SheetInterface.php
- Modified: 2019-05-31T20:28:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluentform/6.2.9/code/app/Services/Spout/Reader/SheetInterface.php#L10-L20`.

```php
<?php

namespace Box\Spout\Reader;

/**
 * Interface SheetInterface
 *
 * @package Box\Spout\Reader
 */
interface SheetInterface
{
    /**
     * Returns an iterator to iterate over the sheet's rows.
     *
     * @return \Iterator
     */
    public function getRowIterator();
}

```
