Aspose::Cells::Slicers::Slicer::GetRowHeightPixel method

Slicer::GetRowHeightPixel method

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

int32_t Aspose::Cells::Slicers::Slicer::GetRowHeightPixel()

Examples

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

See Also