GemBox.Spreadsheet

HtmlExportPosition Constructor 

Creates new HTML export position.

public HtmlExportPosition(
   CellRange range,
   ExcelRow sheetRow,
   ExcelColumn sheetColumn,
   int htmlRowIndex,
   int htmlColumnIndex
);

Parameters

range
Cell range.
sheetRow
Current sheet row.
sheetColumn
Current sheet column.
htmlRowIndex
Current HTML row index.
htmlColumnIndex
Current HTML column index.

See Also

HtmlExportPosition Class | GemBox.Spreadsheet Namespace