GetColumnWidthPx

SpreadsheetWorksheet.GetColumnWidthPx method

Gets the width of the specified column in pixels.

public int GetColumnWidthPx(int column)
Parameter Type Description
column Int32 The column index.

Return Value

The width of the column in pixels.

See Also