[]
Sets the width of the specified column.
protected virtual void SetColumnWidth(bool isHeader, int column, double width)
Type | Name | Description |
---|---|---|
bool | isHeader | True if the column belongs to the headers area. |
int | column | The index of the column. |
double | width | The width of the column. |