In the documentation I've seen the format:
this.setBorder({ type: "allborder", color: "#000000", style: "solid" }, "A5:V11");
I was wondering if there is a way to use the row and column indexes similar to how we update cell values:
this.XLEdit.updateCellValue({ rowIndex: aNumber, colIndex: aNumber }, someValue);