Aspose::Cells::Cells::SetRowHeightPixel method

Cells::SetRowHeightPixel method

Sets row height in unit of pixels.

void Aspose::Cells::Cells::SetRowHeightPixel(int32_t row, int32_t pixels)
ParameterTypeDescription
rowint32_tRow index.
pixelsint32_tNumber of pixels.

See Also