Class SpreadSheetRowIndex

    • Constructor Detail

      • SpreadSheetRowIndex

        public SpreadSheetRowIndex()
        Initializes with no index.
      • SpreadSheetRowIndex

        public SpreadSheetRowIndex​(String index)
        Initializes with the given index, but no maximum.
        Parameters:
        index - the index to use
      • SpreadSheetRowIndex

        public SpreadSheetRowIndex​(String index,
                                   int max)
        Initializes with the given index and maximum.
        Parameters:
        index - the index to use
        max - the maximum of the 1-based index (e.g., use "10" to allow "1-10" or -1 for uninitialized)