Aspose::Cells::Slicers::Slicer::SetHeightPixel method

Slicer::SetHeightPixel method

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

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

Examples

if (slicer.GetHeightPixel() != 150)
{
    slicer.SetHeightPixel(150);
}

See Also