org.apache.poi.hssf.util
CellRangeAddress
public class CellRangeAddress extends CellRangeAddress
SelectionRecord
uses the BIFF5 version of this structureENCODED_SIZE
Constructor and Description |
---|
CellRangeAddress(int firstRow,
int lastRow,
int firstCol,
int lastCol)
Deprecated.
|
CellRangeAddress(RecordInputStream in)
Deprecated.
|
copy, formatAsString, getEncodedSize, serialize, serialize, valueOf
getFirstColumn, getFirstRow, getLastColumn, getLastRow, getNumberOfCells, isFullColumnRange, isFullRowRange, isInRange, setFirstColumn, setFirstRow, setLastColumn, setLastRow, toString, validate
public CellRangeAddress(int firstRow, int lastRow, int firstCol, int lastCol)
public CellRangeAddress(RecordInputStream in)
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.