Aspose::Cells::Slicers::Slicer::SetRowHeightPixel method
Slicer::SetRowHeightPixel method
Returns or sets the height, in pixels, of each row in the specified slicer.
void Aspose::Cells::Slicers::Slicer::SetRowHeightPixel(int32_t value)
Examples
if (slicer.GetRowHeightPixel() != 30)
{
slicer.SetRowHeightPixel(30);
}
See Also
- Class Vector
- Class Slicer
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++