Aspose::Cells::Slicers::Slicer::SetRowHeightPixel method

Slicer::SetRowHeightPixel method

Returns or sets the height, in pixels, of each row in the specified slicer.

void Aspose::Cells::Slicers::Slicer::SetRowHeightPixel(int32_t value)

Examples

if (slicer.GetRowHeightPixel() != 30)
{
    slicer.SetRowHeightPixel(30);
}

See Also