[]
Gets the width in pixels for the specified column on this sheet.
public int GetColumnWidth(int column)
Public Function GetColumnWidth(column As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | column | Column index |
| Type | Description |
|---|---|
| int | A width in pixels for the specified column. |