Class MissingValue

    • Constructor Detail

      • MissingValue

        public MissingValue()
    • Method Detail

      • setAttributeRange

        public void setAttributeRange​(SpreadSheetColumnRange value)
        Sets the range of the columns to inspect.
        Parameters:
        value - the range
      • getAttributeRange

        public SpreadSheetColumnRange getAttributeRange()
        Returns the range of the columns to inspect.
        Returns:
        the range
      • attributeRangeTipText

        public String attributeRangeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • doFindRows

        protected int[] doFindRows​(SpreadSheet data)
        Returns the rows of interest in the spreadsheet.
        Specified by:
        doFindRows in class AbstractRowFinder
        Parameters:
        data - the spreadsheet to inspect
        Returns:
        the rows of interest