Java org.apache.poi.hssf.util CellReference fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringformatAsString()
Returns a text representation of this cell reference.
String[]getCellRefParts()
Returns the three parts of the cell reference, the Sheet name (or null if none supplied), the 1 based row number, and the A based column letter.
shortgetCol()
intgetRow()