Java org.apache.poi.ss.util AreaReference fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ss.util AreaReference fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ss.util AreaReference.

The text is from its open source code.

Constructor

AreaReference(String reference, SpreadsheetVersion version)
Create an area ref from a string representation.
AreaReference(CellReference topLeft, CellReference botRight, SpreadsheetVersion version)
Creates an area ref from a pair of Cell References.

Method

StringformatAsString()
Returns a text representation of this area reference.
CellReference[]getAllReferencedCells()
Returns a reference to every cell covered by this area
CellReferencegetFirstCell()
CellReferencegetLastCell()
Note - if this area reference refers to a single cell, the return value of this method will be identical to that of getFirstCell()
booleanisContiguous(String reference)
Is the reference for a contiguous (i.e.
booleanisSingleCell()