[]
Sets the width in pixels for the specified columns on this sheet.
public void SetMultipleColumnWidths(int column, int count, int value)
Public Sub SetMultipleColumnWidths(column As Integer, count As Integer, value As Integer)
Type | Name | Description |
---|---|---|
int | column | Column index of first column |
int | count | Number of columns for which to set the width |
int | value | Width in pixels |