[]
Sets the width of the specified column.
protected override sealed void SetColumnWidth(int column, double width)
Protected NotOverridable Overrides Sub SetColumnWidth(column As Integer, width As Double)
| Type | Name | Description |
|---|---|---|
| int | column | The index of the column. |
| double | width | The width of the column. |
Sets the width of the specified column.
protected virtual void SetColumnWidth(GridRowColType columnType, int column, double width)
Protected Overridable Sub SetColumnWidth(columnType As GridRowColType, column As Integer, width As Double)
| Type | Name | Description |
|---|---|---|
| GridRowColType | columnType | True type of column. |
| int | column | The index of the column. |
| double | width | The width of the column. |