[]
Sets the width in pixels for the specified column on this sheet.
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 | Width in pixels |