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