WebCells.SetColumnWidth

WebCells.SetColumnWidth method

Sets the width of the specified column.the accepted width type is Point,Pixel or Inch

public void SetColumnWidth(int column, Unit width)
ParameterTypeDescription
columnInt32Column index.
widthUnitWidth of Column .

Remarks

To hide a column, sets column width to zero.

See Also