GetRowsParams constructor

GetRowsParams(
  1. XmlElement row,
  2. List<Map<String, String>> mergeCells,
  3. List<String> mergedCells
)

Implementation

GetRowsParams(this.row, this.mergeCells, this.mergedCells);