Aspose::Cells::Slicers::Slicer::SetHeight method

Slicer::SetHeight method

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

void Aspose::Cells::Slicers::Slicer::SetHeight(double value)

Examples

if (slicer.GetHeight() != 120)
{
    slicer.SetHeight(120);
}

See Also