Cells/cells/ui/src/net/okennedy/cells/sheet/RowGutter.scala

9 lines
222 B
Scala

package net.okennedy.cells.sheet
import net.okennedy.cells.Identifier
import net.okennedy.cells.serialized
class RowGutter(val spec: serialized.RowSpec, val position: Int, val idx: Int)
{
def label = (idx+1).toString
}