[]
Sets the width of the specified column in pixels.
public void SetColumnWidth(int column, int value)
Public Sub SetColumnWidth(column As Integer, value As Integer)
| Type | Name | Description |
|---|---|---|
| int | column | Column index |
| int | value | Number of pixels to set the width of the column |