public final class HtmlExportPosition extends Object
Constructor and Description |
---|
HtmlExportPosition(CellRange range,
ExcelRow sheetRow,
ExcelColumn sheetColumn,
int htmlRowIndex,
int htmlColumnIndex)
Creates new HTML export position.
|
Modifier and Type | Method and Description |
---|---|
int |
getHtmlColumnIndex()
Gets column index for the current column in HTML table.
|
int |
getHtmlRowIndex()
Gets row index for the current row in HTML table.
|
CellRange |
getRange()
Gets the cell range that is exporting to HTML.
|
ExcelColumn |
getSheetColumn()
Gets the current sheet column.
|
ExcelRow |
getSheetRow()
Gets the current sheet row.
|
public HtmlExportPosition(CellRange range, ExcelRow sheetRow, ExcelColumn sheetColumn, int htmlRowIndex, int htmlColumnIndex)
range
- Cell range.sheetRow
- Current sheet row.sheetColumn
- Current sheet column.htmlRowIndex
- Current HTML row index.htmlColumnIndex
- Current HTML column index.public int getHtmlColumnIndex()
public int getHtmlRowIndex()
public CellRange getRange()
public ExcelColumn getSheetColumn()
public ExcelRow getSheetRow()
© GemBox Ltd. — All rights reserved.