[]
        
(Showing Draft Content)

C1.WPF.Grid.GridLinkedCellFactory.SetColumnWidth

SetColumnWidth Method

SetColumnWidth(GridRowColType, int, double)

Sets the width of the specified column.

Declaration
protected override void SetColumnWidth(GridRowColType columnType, int column, double width)
Protected Overrides Sub SetColumnWidth(columnType As GridRowColType, column As Integer, width As Double)
Parameters
Type Name Description
GridRowColType columnType

True type of column.

int column

The index of the column.

double width

The width of the column.

Overrides