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

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

Introduction

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

The text is from its open source code.

Field

CellAddressA1
A constant for references to the first cell in a sheet.

Constructor

CellAddress(String address)
Create a new CellAddress object.
CellAddress(CellReference reference)
Create a new CellAddress object.
CellAddress(CellAddress address)
Create a new CellAddress object
CellAddress(Cell cell)
Create a new CellAddress object.
CellAddress(int row, int column)
Create a new CellAddress object.

Method

intcompareTo(CellAddress other)
Compare this CellAddress using the "natural" row-major, column-minor ordering.
booleanequals(Object o)
StringformatAsString()
Same as #toString()
intgetColumn()
Get the cell address column
intgetRow()
Get the cell address row