Java org.apache.poi.ss.formula.eval AreaEval fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ss.formula.eval AreaEval fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ss.formula.eval AreaEval.

The text is from its open source code.

Method

intgetFirstColumn()
returns the 0-based index of the first col in this area.
intgetFirstRow()
returns the 0-based index of the first row in this area.
intgetLastColumn()
returns the 0-based index of the last col in this area.
intgetLastRow()
returns the 0-based index of the last row in this area.