SetColumnWidth Method
SetColumnWidth(int, int)
Sets the width in pixels for the specified column on this sheet.
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 |
Width in pixels
|