CellRange

org.beangle.data.excel.template.CellRange
class CellRange(var startCellRef: CellRef, var width: Int, var height: Int)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def clearCells(startCol: Int, endCol: Int, startRow: Int, endRow: Int): Unit
def contains(row: Int, col: Int): Boolean
def containsDirectivesInRow(row: Int): Boolean
def excludeCells(startCol: Int, endCol: Int, startRow: Int, endRow: Int): Unit
def findTarrow(srcRow: Int): Int
def getCell(row: Int, col: Int): CellRef
def hasChanged(row: Int, col: Int): Boolean
def isEmpty(row: Int, col: Int): Boolean
def isExcluded(row: Int, col: Int): Boolean
def requiresColShifting(cell: CellRef, startRow: Int, endRow: Int, startColShift: Int): Boolean
def resetChangeMatrix(): Unit
def shiftCellsWithColBlock(startCol: Int, endCol: Int, row: Int, rowShift: Int, updateColHeights: Boolean): Unit
def shiftCellsWithRowBlock(startRow: Int, endRow: Int, col: Int, colShift: Int, updateRowWidths: Boolean): Unit

Concrete fields

var height: Int
val sheetName: String
var startCellRef: CellRef
var width: Int