Retrieves the width of a specified column within the sheet.
Sheet.prototype.getColumnWidthInPixel = function(
columnIndex
)
columnIndex
A zero-based index of the column whose width is to be retrieved.
The width of the specified column in pixels.
The ability to obtain column widths in pixel units is essential for tasks that require precise control over sheet layout and presentation. Pixel measurements provide a consistent unit of measure across different display environments, supporting accurate layout decisions.