WebCells.SetRowHeight

WebCells.SetRowHeight method

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

public void SetRowHeight(int row, Unit height)
ParameterTypeDescription
rowInt32Row index.
heightUnitHeight of row.In unit of point It should be between 0 and 409.5.

Remarks

To hide a row, sets row height to zero.

See Also