Aspose::Cells::Slicers::Slicer::GetHeightPixel method

Slicer::GetHeightPixel method

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

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

Examples

if (slicer.GetHeightPixel() != 150)
{
    slicer.SetHeightPixel(150);
}

See Also