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

Slicer::GetRowHeightPixel method

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

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

Examples

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

See Also