GridCells.SetColumnWidth

GridCells.SetColumnWidth method

Sets the width of the specified column.

public void SetColumnWidth(int column, double width)
ParameterTypeDescription
columnInt32Column index.
widthDoubleWidth of column.Column width must be between 0 and 255.

Remarks

To hide a column, sets column width to zero.

See Also