I would like to get the column width by index instead of position.
To get the width of columns currently viewed I can use this.
bodyLayer.getColumnWidthByPosition(columnPosition)
Is it possible to get the column width by index instead? This would allow me to get the column widths of columns that aren't within the viewport. I would like to loop through every column and get its width.