XLSPosition
Contains the reference of the position of a cell in the spreadsheet, with indication of the row and column of the position of the cell.
col
col() : int
Description
The index number of the column related to the position.
Return
( int )
The index of the column.
getCol
getCol() : int
Description
The index number of the column related to the position.
Return
( int )
The index of the column.
getRow
getRow() : int
Description
The index number of the row related to the position.
Return
( int )
The index of the row.
row
row() : int
Description
The index number of the row related to the position.
Return
( int )
The index of the row.