Aspose::Cells::Slicers::Slicer::SetIsPrintable method
Slicer::SetIsPrintable method
Indicates whether the slicer object is printable.
void Aspose::Cells::Slicers::Slicer::SetIsPrintable(bool value)
Examples
if (slicer.IsPrintable() == false)
{
slicer.SetIsPrintable(true);
}
See Also
- Class Vector
- Class Slicer
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++