Interface WindowedSpreadSheetReader

    • Method Detail

      • setFirstRow

        void setFirstRow​(int value)
        Sets the first row to return.
        Parameters:
        value - the first row (1-based)
      • getFirstRow

        int getFirstRow()
        Returns the first row to return.
        Returns:
        the first row (1-based)
      • firstRowTipText

        String firstRowTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setNumRows

        void setNumRows​(int value)
        Sets the number of data rows to return.
        Parameters:
        value - the number of rows
      • getNumRows

        int getNumRows()
        Returns the number of data rows to return.
        Returns:
        the number of rows
      • numRowsTipText

        String numRowsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.