MsSsCell constructor

MsSsCell(
  1. int colNo,
  2. String type,
  3. String value,
  4. int colSpan,
)

Implementation

MsSsCell(this.colNo, this.type, this.value, this.colSpan);