Java org.apache.poi.hssf.record RowRecord fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

shortsid

Method

intgetFirstCol()
get the logical col number for the first cell this row (0 based index)
intgetLastCol()
get the logical col number for the last cell this row (0 based index), plus one
intgetRowNumber()
get the logical row number for this row (0 based index)