Cells.SetRowHeightPixel

Cells.SetRowHeightPixel method

Sets row height in unit of pixels.

public void SetRowHeightPixel(int row, int pixels)
ParameterTypeDescription
rowInt32Row index.
pixelsInt32Number of pixels.

See Also