Uses of Class
com.vaadin.flow.component.spreadsheet.testbench.SheetCellElement
-
-
Uses of SheetCellElement in com.vaadin.flow.component.spreadsheet.testbench
Methods in com.vaadin.flow.component.spreadsheet.testbench that return SheetCellElement Modifier and Type Method Description SheetCellElementSpreadsheetElement. getCellAt(int row, int column)Gets the cell element at the given coordinates for the currently active sheet.SheetCellElementSpreadsheetElement. getCellAt(String cellAddress)Gets the cell element at the given cell address for the currently active sheet.
-