package org.simantics.spreadsheet.ui; public interface TableSelection { int[] getRows(); int[] getColumns(); }