Aspose::Cells::Slicers::Slicer::GetHeight method

Slicer::GetHeight method

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

double Aspose::Cells::Slicers::Slicer::GetHeight()

Examples

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

See Also