org.apache.poi.ss.util
public class CellRangeAddress extends CellRangeAddressBase
SelectionRecord
uses the BIFF5 version of this structureModifier and Type | Field and Description |
---|---|
static int |
ENCODED_SIZE |
Constructor and Description |
---|
CellRangeAddress(int firstRow,
int lastRow,
int firstCol,
int lastCol) |
CellRangeAddress(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
CellRangeAddress |
copy() |
java.lang.String |
formatAsString() |
static int |
getEncodedSize(int numberOfItems) |
int |
serialize(int offset,
byte[] data)
Deprecated.
|
void |
serialize(LittleEndianOutput out) |
static CellRangeAddress |
valueOf(java.lang.String ref) |
getFirstColumn, getFirstRow, getLastColumn, getLastRow, getNumberOfCells, isFullColumnRange, isFullRowRange, isInRange, setFirstColumn, setFirstRow, setLastColumn, setLastRow, toString, validate
public static final int ENCODED_SIZE
public CellRangeAddress(int firstRow, int lastRow, int firstCol, int lastCol)
public CellRangeAddress(RecordInputStream in)
public int serialize(int offset, byte[] data)
serialize(LittleEndianOutput)
public void serialize(LittleEndianOutput out)
public CellRangeAddress copy()
public static int getEncodedSize(int numberOfItems)
public java.lang.String formatAsString()
public static CellRangeAddress valueOf(java.lang.String ref)
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.