UNPKG

x-data-spreadsheet

Version:
9 lines (8 loc) 171 B
export default class Scroll { constructor() { this.x = 0; // left this.y = 0; // top this.ri = 0; // cell row-index this.ci = 0; // cell col-index } }