Aspose::Cells::Slicers::Slicer::GetRowHeight method

Slicer::GetRowHeight method

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

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

Examples

if (slicer.GetRowHeight() != 20)
{
    slicer.SetRowHeight(20);
}

See Also