Aspose::Cells::Slicers::Slicer::SetLockedAspectRatio method
Slicer::SetLockedAspectRatio method
Indicates whether locking aspect ratio.
void Aspose::Cells::Slicers::Slicer::SetLockedAspectRatio(bool value)
Examples
if (slicer.GetLockedAspectRatio() == false)
{
slicer.SetLockedAspectRatio(true);
}
See Also
- Class Vector
- Class Slicer
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++